Crossword MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Crossword MCP Serverload grid-001.txt and clue-001.txt then find consistent solutions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
クロスワード MCP サーバー
このリポジトリは、クロスワード支援MCPサーバーです。盤面とカギ定義が記載されたテキストファイルを読み込み、候補語の登録、整合性チェック、最終盤面の描画などを行えます。
必要環境
Python 3.11 以降
依存関係は uv run 経由でインストールされるため、事前に手動で pip install する必要はありません。
データ形式
グリッド (
data/grid-*.txt)全角数字で行・列番号を記載
入力可能なマスは全角の「?」
黒マスは全角の「#」
カギ (
data/clue-*.txt)1 行 1 レコードの JSON Lines
id,direction("across"/"down"),row,col,length,clueをすべて指定
data/フォルダに、サンプルのgridとclueのペアを記載しています。別の問題を解かせたい場合は、このファイルを参考にgrid, clueのファイルを作成してください。
提供ツール
MCP サーバーは次のツール(メソッド)を提供します。
ツール名 | 説明 |
| グリッドとカギ定義を読み込み、状態を初期化します。 |
| 文字数が一致する候補語を追加登録します。既存候補は保持され、重複は無視されます。 |
| 指定した |
| 現在の候補語から整合性を満たす組合せを全探索します。 |
| 全カギの解答(ひらがなのみ)を盤面に反映し、整形済みのグリッドを描画します。 |
| 上記ツール群を組み合わせて解法を進めるためのプロンプトです。 |
Claude Code への登録と利用方法
Claude Code に本サーバーを追加するには、プロジェクトルートで次のコマンドを実行してください。
claude mcp add crossword_tools --scope project -- uv run --with fastmcp fastmcp run src/server.py(crossword_tools はこのサーバーに付与する MCP 名称です。必要に応じて変更してください)
登録後は、Claude Code においてカスタムスラッシュコマンド /crossword_tools を選択し、引数としてグリッドとカギのファイル(またはテキスト)を指定してください。
プロンプトに沿って、Claude Codeが自律的に状態の初期化や候補語の追加、整合性チェックを行い、最終解答にたどり着いた場合はその解答の描画・レポート作成を行います。
/crossword_tools:solve_crossword (MCP) grid-001.txt clue-001.txtライセンス
本リポジトリは MIT License の下で提供されます。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/watamoo/mcp-crossword-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server