Connecting to Planner MCP
This guide walks you through connecting your AI tool to the OL-Hub Planner using the Model Context Protocol (MCP).
You can connect manually using Planner MCP's public URL (https://planner-nlb.mcp.eu.dev.ol-hub.com/api/v1/mcp)
Once connected, your tool can request live context from a user’s Planner account based on their access and permissions. This includes plans, baselines, and modernization actions.
Connect through your AI tool
To connect, search for "Planner MCP" in your tool's MCP directory or use these connection methods:
STDIO (Local Server)
JSON config
{
"mcpServers": {
"planner": {
"command": "npx",
"args": [
"-y",
"mcp-remote\@latest",
"https://planner-nlb.mcp.eu.dev.ol-hub.com/api/v1/mcp/sse",
"--header",
"x-api-key:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "<api-key>"
},
"timeout": 120000
}
}
}Troubleshooting connection issues
If you're experiencing issues connecting your AI tool to Notion MCP, here are some common solutions:
- Check MCP Client Support
First, verify that your AI tool supports MCP clients and can connect to MCP servers. Not all AI tools have this capability built in yet.
- Verify Remote Server Support
Some AI tools have MCP clients but don't support remote connections
- Request MCP Support
If your AI tool doesn't support MCP at all, we recommend reaching out to the tool's developers to request support for the MCP server connection. This will help expand the ecosystem of MCP-compatible tools.
Updated 19 days ago
What’s Next
Learn what you can do with Planner MCP using the tools we provide