MCP TapData Server
About
This is an MCP-Server adapter provided by TapData for use with LLM's
Details
- Author
- tapdata
- Downloads
- 304
- Categories
- Other
Jump to
- List all available database connections.
- List all tables based on a database connection ID.
- Get connection information and status.
- Query data using connection ID and table name.
- Returns query results or execution plan.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP TapData ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with pnpm install, then build with pnpm run build. For development, run pnpm run watch. To use with Claude Desktop, add the SSE server configuration to claude_desktop_config.json.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp tapdata server": {
"mcp-tap-server": {
"type": "http",
"url": "http://localhost:3001/sse?accessCode=3324cfdf-7d3e-4792-bd32-571638d4562f"
}
}
}
}
McpServers
{
"mcp-tap-server": {
"type": "http",
"url": "http://localhost:3001/sse?accessCode=3324cfdf-7d3e-4792-bd32-571638d4562f"
}
}
MCP TapData Server
---A Model Context Protocol server that provides access to TapData. This server enables LLMs to inspect
connections, schemas and execute CRUD operations.
Features
Resources
- List all available database connections
- List all tables based on database connection id
Tools
- connections
- Get available database connection information and status
- Input: None
- Returns id, connection type, connection name, database type, connection type and table count
- tables
- List all tables based on database connection id
- Input: Collection id
- Returns id, table type, table name
- query
- Query data using the specified database connection id and table name
- Input: Connection id, table name options
- Returns query results or execution plan
Development
Install dependencies:
pnpm install
Build the server:
pnpm run build
For development with auto-rebuild:
pnpm run watch
Installation for Development
Using Claude Desktop
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-tap-server": {
"url": "http://localhost:3001/sse?accessCode=3324cfdf-7d3e-4792-bd32-571638d4562f",
"type": "sse"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



