Official MCP server and TypeScript client for Onplana — connect Claude, ChatGPT, Cursor, and any MCP-compatible AI agent to your project portfolio.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"onplana-mcp-server": {
"command": "npx",
"args": [
"-y",
"Onplana/onplana-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add onplana-mcp-server npx -y Onplana/onplana-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"onplana-mcp-server": {
"command": "npx",
"args": [
"-y",
"Onplana/onplana-mcp-server"
]
}
}
}