Tally MCP Server
About
Provides AI assistants with secure access to Tally form management capabilities.
Details
- Author
- learnwithcc
- Categories
- Productivity
Jump to
Setup
Install Tally MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/learnwithcc/tally-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Provides AI assistants with secure access to Tally form management capabilities.
A Model Context Protocol (MCP) server that provides AI assistants with secure access to Tally.so form management capabilities.
Tally MCP Serverbrings the power of Tally.so form management directly into your AI workflow. Instead of context-switching between your AI assistant and Tally's web interface, simply describe what you need in natural language and let the AI handle all the API interactions.
Form creation and management shouldn't break your flow. Whether you're a developer creating test forms, a content creator building registration pages, or anyone who finds themselves constantly jumping between tools, this MCP server keeps you in the conversation.
- Create forms by describing what you need: "Build a client intake form with name, email, and project details"
- Update existing forms without opening the Tally interface
- Clone successful forms as templates for future use
- Delete multiple forms using pattern matching ("all forms starting with 'E2E Test'")
- Mandatory preview → confirm → execute workflow prevents accidents
- Granular exclusion controls ("delete all test forms except these 3 templates")
- Real-time response analytics and completion rates
- Export submissions to CSV/JSON
- Team management and permission controls
- Workspace organization tools
- Built in TypeScript with full type safety
- Deployed on Cloudflare Workers for global speed
- 90% test coverage
- Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client
- Developerswho create lots of test forms and need easy cleanup
- Content creatorsbuilding registration forms for workshops and events
- Teamsmanaging multiple form projects across workspaces
- Anyonetired of clicking through form builders when they could just describe what they want
Transform form management from a context-breaking chore into a seamless part of your AI-powered workflow.
Step 0 – Create a discounted Tally account (optional)
If you don't already have a Tally account, grab the50% builder's discountbefore continuing. You'll support this repo while saving money—win‑win!
Option 1: Claude.ai Integration (Recommended)
Use the battle-testedmcp-remotepackage:
Claude Desktop Configuration(~/Library/Application Support/Claude/claude_desktop_config.json):
{ "mcpServers": { "tally-remote": { "command": "npx", "args": [ "mcp-remote", "https://tally-mcp.focuslab.workers.dev/mcp", "--header", "Authorization: Bearer YOUR_AUTH_TOKEN" ] } } }
ReplaceYOUR_AUTH_TOKENwith your personal server authentication token.
Option 2: Direct Integration (Cursor, etc.)
For clients that support custom headers:
{ "mcpServers": { "tally": { "url": "https://tally-mcp.focuslab.workers.dev/mcp", "transport": "http-stream", "headers": { "Authorization": "Bearer YOUR_AUTH_TOKEN" } } } }
- Server URL:http://localhost:3001/mcp
- Transport:http-stream
- Authentication: None
The server uses your personal authentication token to securely access your Tally data.
- TALLY_API_KEY: Your Tally API key (configured in Cloudflare Workers)
- AUTH_TOKEN: Server authentication token (configured in Cloudflare Workers)
- ✅Server-level authentication: Only authorized users can access your data
- ✅Secure bridge: mcp-remote handles authentication transparently
- ✅Encrypted transport: All communications use HTTPS
- ✅Token-based auth: Industry standard Bearer token approach
- create_form: Create new Tally forms with custom fields
- modify_form: Update existing form configurations
- get_form: Retrieve detailed form information
- list_forms: Browse all your forms
- delete_form: Remove forms you no longer need
- get_submissions: Access form submission data
- analyze_submissions: Get insights from form responses
- share_form: Generate sharing links and embed codes
- manage_workspace: Handle workspace settings
- manage_team: Team member and permission management
- ✅Claude.ai(via mcp-remote)
- ✅Cursor(direct authenticated or via mcp-remote)
- ✅Windsurf(via mcp-remote)
- ✅Any MCP clientsupporting HTTP Stream transport
Jest enforces a >90% coverage threshold viajest.config.js, causing the build to fail if coverage is below this level.
npm run build:worker npx wrangler deploy
- MCP Protocol:Model Context Protocol
- Tally API:Tally Developer Documentation
- Cloudflare Workers:Workers Documentation
- mcp-remote:NPM Package
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Submit a pull request
MIT License - seeLICENSEfile for details.
The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
An MCP server for WordPress plugin audits
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



