MCP Setup
Connect Simple Product to your AI coding assistant using the Model Context Protocol (MCP). Access boards, docs, customers, and feedback without leaving your editor.
Quick Install
Run this command to automatically install the MCP server in your supported tools:
npx @simple-product/mcp --installThis will detect and configure Claude Code, Claude Desktop, Cursor, Windsurf, and VS Code automatically.
Supported Tools
Claude Code
Anthropic's CLI coding assistant
Claude Desktop
Claude's desktop application
Cursor
AI-powered code editor
Windsurf
Codeium's AI IDE
VS Code
With MCP extension
Manual Setup
Claude Code
Run this command to add Simple Product to Claude Code:
For global installation (all projects), add -s user flag.
Claude Desktop
Add this to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Cursor
Add to ~/.cursor/mcp.json:
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
Authentication
After installation, the MCP server will guide you through authentication:
- The server displays a device code
- Visit the provided URL and enter the code
- Sign in to your Simple Product account
- The server automatically connects to your workspace
Your credentials are stored securely and persist across sessions.
Available Tools
Once connected, your AI assistant can use these tools:
list_boardsList all boards in your workspaceget_boardGet board details including stages and cardscreate_cardCreate a new card on a boardmove_cardMove a card to a different stagesearch_cardsSearch for cards by title or descriptionsearch_docsSearch for documentsget_docGet a document's full contentcreate_docCreate a new documentsearch_peopleSearch for customerssearch_feedbackSearch feedback entriescreate_feedbackCreate a feedback entrylist_releasesList changelog releasescreate_releaseCreate a new releaseExample Usage
With the MCP connected, you can ask your AI assistant things like:
- "What cards are in the backlog?"
- "Create a card for implementing dark mode"
- "Search for feedback about the login page"
- "Show me recent customer requests"
- "Create a release note for the new export feature"
- "Move the authentication bug to In Progress"
Troubleshooting
MCP not showing in tool list
Restart your editor after configuration. The MCP server must be running for tools to appear.
Authentication expired
Run npx @simple-product/mcp --install again to re-authenticate.
Wrong workspace
Use the switch_workspace tool or re-authenticate to select a different workspace.