tappble
MCPPricingCreate your tap
Model Context Protocol

Your taps, inside your AI tools.

Tappble speaks Model Context Protocol. Connect Claude, Cursor, or any MCP-compatible client. Manage taps and check stats without switching tabs.

Six tools at your disposal

list-taps

List all your taps. Filter by visibility or active status.

get-tap

Get full tap details - prompt, model, parameters, branding.

create-tap

Create a tap with title, prompt, and model config. Live instantly.

update-tap

Update any field on an existing tap.

delete-tap

Permanently remove a tap and all its results.

get-tap-stats

Opens, generations, shares, copies - with week-over-week trends.

Connect in under a minute

Pick your client, paste the config, authenticate.

Claude Desktop

Settings > MCP Servers > Edit Config. Paste the config, restart Claude.

{
  "mcpServers": {
    "tappble": {
      "type": "url",
      "url": "https://tappble.com/api/mcp"
    }
  }
}

Claude Code

Run this in your terminal.

claude mcp add --transport http tappble https://tappble.com/api/mcp

Cursor

Settings > MCP > Add new MCP server. Paste the config.

{
  "mcpServers": {
    "tappble": {
      "type": "url",
      "url": "https://tappble.com/api/mcp"
    }
  }
}
Any MCP client with OAuth 2.1 works. Point it athttps://tappble.com/api/mcp

How authentication works

When your MCP client connects for the first time, Tappble opens a browser window where you sign in with your existing account (Google or Magic Link). You approve access once - the client handles tokens from there.

Under the hood: OAuth 2.1 with PKCE. Access tokens last one hour. Refresh tokens rotate on every use and expire after 90 days of inactivity. Your taps are scoped to your account - same permissions as the dashboard.

Questions about MCP

Ship taps from your terminal.

Create your account