Notion研究调查
STDIO用于处理Notion调查数据的服务器
用于处理Notion调查数据的服务器
This is a repository for the research project on the MCP server.
.env
file as shown below:
NOTION_TOKEN=[YOUR_NOTION_TOKEN] NOTION_ROOT_DATABASE_ID=[YOUR_NOTION_DATABASE_ID]
claude_desktop.json
:
{ ... "mcpServers": { "Research MCP Server": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "--with", "notion-client", "--with", "pydantic", "mcp", "run", "/path/to/research-mcp-server/server.py" ] } } }