Notion Research Survey
STDIOMCP server for retrieving and creating survey data in Notion.
MCP server for retrieving and creating survey data in 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" ] } } }