<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AITable MCP Server</title>
<style>
body {
font-family: system-ui, -apple-system, sans-serif;
max-width: 800px;
margin: 50px auto;
padding: 20px;
line-height: 1.6;
}
h1 { color: #333; }
code {
background: #f4f4f4;
padding: 2px 6px;
border-radius: 3px;
font-size: 14px;
}
pre {
background: #f4f4f4;
padding: 15px;
border-radius: 5px;
overflow-x: auto;
}
.endpoint {
background: #e8f4f8;
padding: 10px;
margin: 10px 0;
border-left: 4px solid #0066cc;
}
a {
color: #0066cc;
}
ul {
line-height: 1.8;
}
.notice {
background: #fff3cd;
border: 2px solid #ffc107;
border-radius: 5px;
padding: 20px;
margin: 20px 0;
}
.notice strong {
color: #856404;
font-size: 18px;
}
.notice a {
color: #0066cc;
font-weight: 600;
text-decoration: underline;
}
.deprecated {
background: #f8d7da;
border: 2px solid #f5c2c7;
border-radius: 5px;
padding: 20px;
margin: 20px 0;
}
.deprecated strong {
color: #842029;
font-size: 18px;
}
</style>
</head>
<body>
<h1>AITable MCP Server on Vercel</h1>
<div class="deprecated">
<strong>⚠️ AITable Platform Discontinued</strong>
<p>AITable has been discontinued. If you're migrating to Bika (the successor platform), check out the <a href="https://github.com/hamchowderr/bika-mcp" target="_blank">Bika MCP Server</a>.</p>
<p><strong>AITable LTD Holders:</strong> Claim your free Bika account by filling out <a href="https://bika.ai/space/spcND68gdMMZBmGK67gvqNVx/node/fom8XyUsPAmUVwlgpq8bFxPw" target="_blank">this migration form</a>.</p>
</div>
<div class="notice">
<strong>🔒 Custom Connector for Claude Desktop</strong>
<p>This MCP server is deployed as a <strong>custom connector</strong> for remote MCP access.</p>
<p><strong>⚠️ Security Notice:</strong> This is a personal deployment. To use this server, you must have:</p>
<ul style="text-align: left; margin: 10px auto; max-width: 600px;">
<li>The deployment URL (keep this private)</li>
<li>Proper authorization to access the owner's AITable account</li>
</ul>
<p><strong>To deploy your own instance:</strong></p>
<p><a href="https://github.com/hamchowderr/aitable-mcp" target="_blank">📦 Deploy Your Own AITable MCP Server →</a></p>
<p style="font-size: 0.9em; color: #666;">Each deployment uses the owner's AITable API token. Never share your deployment URL publicly.</p>
</div>
<p>This is a Model Context Protocol (MCP) server providing programmatic access to AITable datasheets, records, fields, views, and more.</p>
<h2>MCP Protocol Endpoints</h2>
<div class="endpoint">
<strong>Streamable HTTP Transport (Primary):</strong><br>
<code>/mcp</code>
</div>
<div class="endpoint">
<strong>SSE Transport (Alternative):</strong><br>
<code>/sse</code>
</div>
<h2>Using with Claude Desktop</h2>
<p><strong>IMPORTANT:</strong> Custom connectors must be added via <strong>Settings → Connectors</strong> in Claude Desktop UI, NOT via config file.</p>
<p><strong>URL to use:</strong></p>
<pre>https://your-deployment-url.vercel.app/mcp</pre>
<p style="background: #fff3cd; padding: 15px; border-radius: 5px; border-left: 4px solid #ffc107;">
<strong>⚠️ Important:</strong> Make sure to include <code>/mcp</code> at the end of the URL when adding the connector!
</p>
<h2>Available Tools (16)</h2>
<ul>
<li><strong>Records Management:</strong> get_records, create_records, update_records, delete_records</li>
<li><strong>Fields Management:</strong> get_fields, create_field, delete_field</li>
<li><strong>Views & Datasheets:</strong> get_views, create_datasheet</li>
<li><strong>Attachments:</strong> upload_attachment</li>
<li><strong>Nodes & Workspace:</strong> get_node_list, search_nodes, get_node_detail</li>
<li><strong>Embed Links:</strong> create_embed_link, get_embed_links, delete_embed_link</li>
</ul>
<h2>Available Resources (8)</h2>
<ul>
<li>Formula documentation (overview, operators, numeric, string, logical, date, array)</li>
<li>Field colors reference</li>
</ul>
<h2>Documentation</h2>
<p>For full documentation, visit the <a href="https://github.com/hamchowderr/aitable-mcp" target="_blank">GitHub repository</a>.</p>
<h2>Related Projects</h2>
<p>
<a href="https://github.com/hamchowderr/bika-mcp" target="_blank">🚀 Bika MCP Server</a> - MCP server for Bika.ai (AITable successor)
</p>
<footer style="margin-top: 50px; padding-top: 20px; border-top: 1px solid #ddd; text-align: center; color: #666; font-size: 14px;">
<p>Powered by <a href="https://github.com/modelcontextprotocol" target="_blank">Model Context Protocol</a> | Deployed on <a href="https://vercel.com" target="_blank">Vercel</a></p>
</footer>
</body>
</html>