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"
]
}
}
}
{
"mcpServers": {
"Research MCP Server": {
"env": {},
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"notion-client",
"--with",
"pydantic",
"mcp",
"run",
"/path/to/research-mcp-server/server.py"
],
"command": "uv"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.