Tally
Create and edit Tally forms and analyze submissions
Ads
Overview
> Build Tally forms and list forms or submissions using AI assistants via the Model Context Protocol The Model Context Protocol (MCP) lets you build Tally forms and retrieve forms or submissions using natural language through AI assistants like Claude. The Tally MCP server supports two authentication methods: The easiest way to connect is through OAuth. Many AI assistants support OAuth authentication for MCP servers, allowing you to connect with just a few clicks without manually managing API keys.
Installation
claude mcp add tally --transport http https://api.tally.so/mcp
Configuration
{
"mcpServers": {
"tally": {
"url": "https://api.tally.so/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}Capabilities
- Create a new form
ask your assistant to build a form (e.g., a contact form) with fields you specify, and it will create and save it in Tally.
- Update an existing form
provide a form URL and describe changes like adding, removing, or modifying fields, and the assistant will apply them.
- List your forms
request forms across workspaces with filters such as name, status, or recency using `list_forms`.
- Fetch form submissions
retrieve submissions for a form by URL, optionally filtered by status or date range using `get_submissions`.
Tags
- productivity
- cms
- data-analysis
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.