
my notion mcp server
一个使用 Bun 构建的 Notion MCP 服务器,支持快速调试与集成。
Repository Info
About This Server
一个使用 Bun 构建的 Notion MCP 服务器,支持快速调试与集成。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
mcp-server-with-bun
This is an mcp server using bun.sh.
Scripts
To install dependencies:
bun install
To run:
bun server
Inpsect/debug mcp server:
bun debug
This project was created using bun init in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.
Connecting to Claude Desktop
Make sure to include this config in your claude_desktop_config.json file.
{
"mcpServers": {
"mcp-server-playground": {
"command": "PATH-to-bun",
"args": [
"PATH-to-index.ts"
],
"env": {
"NOTION_TOKEN": "YOUR_NOTION_TOKEN"
}
},
},
}
Quick Start
Clone the repository
git clone https://github.com/jeremytandjung/my-notion-mcp-serverInstall dependencies
cd my-notion-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.