Xano MCP Server
Xano MCP サーバー
これは、Xanoデータベース統合のための簡素化されたモデルコンテキストプロトコル(MCP)サーバーです。これにより、ClaudeはXanoメタデータAPIを介してXanoデータベースとやり取りできるようになります。
特徴
この MCP サーバーは、次のコア ツールを提供します。
Xanoインスタンスの一覧表示
インスタンスの詳細を取得する
インスタンス内のデータベースの一覧表示
データベース内のテーブルの一覧表示
テーブルの詳細を取得する
Related MCP server: Supabase MCP Server
ローカル使用
前提条件
Python 3.8以上
有効な Xano メタデータ API トークン
インストール
# Install dependencies
pip install httpx "mcp[cli]"サーバーの実行
# Run with your Xano token
python xano_mcp_sdk.py --token "YOUR_XANO_API_TOKEN"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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA 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.1MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables Claude and other LLMs to perform database operations and invoke Edge Functions within Supabase through natural language.2,3824MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude AI to interact with PocketBase databases by listing and accessing collections through natural language.111MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables LLMs like Claude to interact with SQLite and SQL Server databases, allowing for schema inspection and SQL query execution.853379MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for interacting with the Supabase platform
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/roboulos/simple-xano-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server