Fillout.io MCP Server
MCP Server for the Fillout.io API, enabling form management, response handling, and analytics.
Overview
Fillout.io MCP Server is a server application that enables form management, response handling, and analytics for the Fillout.io API.
To use the Fillout.io MCP Server, set up your API key, configure your server environment, and utilize the provided API endpoints for form management and response handling.
- Comprehensive form management capabilities (create, update, delete forms) - Efficient response handling (submit and retrieve form responses) - Detailed analytics on form submissions and trends
- Managing customer feedback forms and analyzing responses.
- Creating dynamic forms for surveys and collecting data.
- Automating response handling for event registrations.
Add to your AI client
Use these steps to connect Fillout.io MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"fillout-mcp-server-danielma-tic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fillout-mcp-server-danielma-tic"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"fillout-mcp-server-danielma-tic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fillout-mcp-server-danielma-tic"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"fillout-mcp-server-danielma-tic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fillout-mcp-server-danielma-tic"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"fillout-mcp-server-danielma-tic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fillout-mcp-server-danielma-tic"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fillout-mcp-server-danielma-tic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fillout-mcp-server-danielma-tic"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"fillout-mcp-server-danielma-tic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fillout-mcp-server-danielma-tic"
]
}
}
}FAQ
How do I secure my API key?
Keep your API key private, use environment variables, and rotate keys periodically.
Can I use the server for production?
Yes, ensure you use the production API key and follow best practices for security.
What should I do if I encounter an "Invalid API key" error?
Verify the API key format and ensure it is correctly set in your environment.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1115,"uuid":"0e26e22d-5861-4f61-8336-6036b601295a","name":"fillout-mcp-server","title":"Fillout.io MCP Server","description":"MCP Server for the Fillout.io API, enabling form management, response handling, and analytics.","avatar_url":"https://avatars.githubusercontent.com/u/122282403?v=4","created_at":"2025-01-28T02:32:37.786Z","updated_at":"2025-02-23T07:12:47.255Z","status":"created","author_name":"danielma-tic","author_avatar_url":"https://avatars.githubusercontent.com/u/122282403?v=4","tags":"fillout,form-management,analytics","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/danielma-tic/fillout-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]