MCP Setup
Last updated
Connect Claude, ChatGPT, Cursor, VS Code and other AI tools to PuzzledQuant's quant problem solving, real-time answer grading, progress tracking, and job search capabilities via Model Context Protocol.
Claude Code
claude mcp add --transport http puzzledquant https://www.puzzledquant.com/mcpClaude Web
- Open Claude in your browser and click on your account profile or settings menu.
- Scroll down to the Integrations or Connectors section.
- Click Add More or Add Custom Connector.
- Type a name for the server (e.g. PuzzledQuant).
- Paste the remote MCP server URL: https://www.puzzledquant.com/mcp
- Provide any required API keys or sign-in credentials if prompted.
- Click Add or Connect to save — the tools are instantly available in your active chats.
Claude Desktop
{
"mcpServers": {
"puzzledquant": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.puzzledquant.com/mcp"
]
}
}
}Paste into your config file and restart