Xano MCP サーバー
これは、Xanoデータベース統合のための簡素化されたモデルコンテキストプロトコル(MCP)サーバーです。これにより、ClaudeはXanoメタデータAPIを介してXanoデータベースとやり取りできるようになります。
特徴
この MCP サーバーは、次のコア ツールを提供します。
Xanoインスタンスの一覧表示
インスタンスの詳細を取得する
インスタンス内のデータベースの一覧表示
データベース内のテーブルの一覧表示
テーブルの詳細を取得する
ローカル使用
前提条件
Python 3.8以上
有効な Xano メタデータ API トークン
インストール
サーバーの実行
Smithery.ai の展開
このリポジトリは、Smithery.ai へのデプロイメント用に構成されています。
展開手順
Smithery.aiにサーバーを追加する
Xano APIトークンを構成パラメータとして設定します
サーバーを展開する
APIエンドポイント構造
実装では、次の構造の Xano API を使用します。
認証:
/auth/me
インスタンスを参照:
/instance
データベースの一覧表示:
/instance/{name}/workspace
テーブルの一覧表示:
/instance/{name}/database/{name}/table
実装
MCP サーバーは Python ��の FastMCP SDK を使用しており、これによりプロトコルの準拠と MCP 要求および応答の適切な処理が保証されます。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude が Xano メタデータ API を介して Xano データベースと対話できるようにする、簡素化されたモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.Last updated -1,4542MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables Claude AI to interact with Xano databases, providing comprehensive database operations, file management, and request history tracking through a standardized interface.Last updated -1MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables Claude to interact directly with Contentful CMS, allowing the AI to fetch content types and entries from a Contentful space.Last updated -2MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.Last updated -31