Tappble speaks Model Context Protocol. Connect Claude, Cursor, or any MCP-compatible client. Manage taps and check stats without switching tabs.
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.
Pick your client, paste the config, authenticate.
Settings > MCP Servers > Edit Config. Paste the config, restart Claude.
{
"mcpServers": {
"tappble": {
"type": "url",
"url": "https://tappble.com/api/mcp"
}
}
}Run this in your terminal.
claude mcp add --transport http tappble https://tappble.com/api/mcpSettings > MCP > Add new MCP server. Paste the config.
{
"mcpServers": {
"tappble": {
"type": "url",
"url": "https://tappble.com/api/mcp"
}
}
}https://tappble.com/api/mcpWhen 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.