Authenticated Windows terminal and filesystem MCP server for Notion Custom Agents — no domain required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"notion-terminal-mcp": {
"command": "npx",
"args": [
"-y",
"Speedstu/notion-terminal-mcp"
]
}
}
}
Run in terminal:
claude mcp add notion-terminal-mcp npx -y Speedstu/notion-terminal-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"notion-terminal-mcp": {
"command": "npx",
"args": [
"-y",
"Speedstu/notion-terminal-mcp"
]
}
}
}