MCP server for ProductPlan - enables AI assistants to interact with roadmaps, OKRs, and discovery features
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"productplan-mcp-serv": {
"command": "go",
"args": [
"run",
"github.com/olgasafonova/productplan-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add productplan-mcp-serv go run github.com/olgasafonova/productplan-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"productplan-mcp-serv": {
"command": "go",
"args": [
"run",
"github.com/olgasafonova/productplan-mcp-server@latest"
]
}
}
}