SurveyMars MCP Server
At SurveyMars our mission is to make it easy for our users to gather insights quickly and effortlessly through our powerful and completely free survey platform. With unlimited surveys, questions, responses, and advanced analytics tools, you can create, distribute, and analyze surveys in minutes, without any technical expertise or budget.
Our goal is to help our users save time and resources, so you can focus on what matters most: using data to drive success. We are dedicated to continuously improving our platform to meet the evolving needs of our users, and to providing you with the best possible experience.
Official SurveyMars Model Context Protocol (MCP) server that enables interaction with SurveyMars APIs. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others to create, distribute, and analyze surveys.
Components
Tools
- survey_create: Create survey with SurveyMars
Quickstart with Claude Desktop
- Login to your SurveyMars account from SurveyMars Login
- Get your
Account ID
andSecret Key
from SurveyMars Account Summary. - Install
uv
(Python package manager), install withcurl -LsSf https://astral.sh/uv/install.sh | sh
or see theuv
repo for additional install methods. - Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:
{
"mcpServers": {
"surveymars-mcp": {
"command": "uvx",
"args": [
"surveymars-mcp",
"--account-id=your-account-id",
"--secret-key=your-secret-key"
]
}
}
}
If you’re using Windows, you will have to enable “Developer Mode” in Claude Desktop to use the MCP server. Click “Help” in the hamburger menu at the top left and select “Enable Developer Mode”.
Example usage
Try asking Claude:
- “Help me create a questionnaire for a hotel satisfaction survey”
- “Create a vehicle purchase journey survey to gather valuable insights from customers at every stage of their journey, from their initial research and showroom visit, to their final purchase decision and post-sale satisfaction.”
Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
This will create source and wheel distributions in the dist/
directory.
- Publish to PyPI:
uv publish
Note: You’ll need to set PyPI credentials via environment variables or command flags:
- Token:
--token
orUV_PUBLISH_TOKEN
- Or username/password:
--username
/UV_PUBLISH_USERNAME
and--password
/UV_PUBLISH_PASSWORD
SurveyMars MCP Server
Project Details
- surveymars/surveymars-mcp
- Last Updated: 4/18/2025
Recomended MCP Servers
smithery.ai server
A MCP server that analyzes web site performance using Playwright and Lighthouse.
A Model Context Protocol (MCP) server implementation for comprehensive code analysis. This tool integrates with Claude Desktop to...
MCP Memory Server with Neo4j backend for AI knowledge graph storage
MCP server implementation for n8n workflow automation
An MCP Server for managing posts on Ghost CMS
A Minimum Control Program (MCP) server implementation for web browsing capabilities using BeautifulSoup4
single cell amateur
A Model Context Protocol (MCP) server that provides AI assistants access to AWS CloudWatch Logs for analysis, searching,...