get_sudoku_puzzle — PlaySudoku MCP Tool Read-only
get_sudoku_puzzle
(get sudoku puzzle) is one of 4 tools on the
PlaySudoku
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_sudoku_puzzle from your client
- Claude Code PlaySudoku get_sudoku_puzzle run in your project directory
- Claude Desktop PlaySudoku get_sudoku_puzzle ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor PlaySudoku get_sudoku_puzzle ~/.cursor/mcp.json
- VS Code PlaySudoku get_sudoku_puzzle .vscode/mcp.json
- Zed PlaySudoku get_sudoku_puzzle ~/.config/zed/settings.json
- Windsurf PlaySudoku get_sudoku_puzzle ~/.codeium/windsurf/mcp_config.json
- Cline PlaySudoku get_sudoku_puzzle ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI PlaySudoku get_sudoku_puzzle ~/.gemini/settings.json
- Grok PlaySudoku get_sudoku_puzzle .mcp.json (in your project root)
- ChatGPT PlaySudoku get_sudoku_puzzle Settings → Connectors → Advanced → Developer mode
- Claude.ai PlaySudoku get_sudoku_puzzle Settings → Connectors → Add custom connector
- LangChain PlaySudoku get_sudoku_puzzle pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http playsudoku https://mcp.playsudoku.us/mcp
Other tools on this server
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.