MCP Server
LimeSurvey MCP Server
A simple server that enables management of LimeSurvey surveys and responses through MCP client integration.
2
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "limesurvey-mcp",
3 "command": "/path/to/uv",
4 "args": [
5 "--directory",
6 "/path/to/limesurvey-mcp",
7 "run",
8 "main.py"
9 ],
10 "env": {}
11}
JSON11 lines
README Documentation
LimeSurvey MCP Server
This is an MCP server for LimeSurvey. It is a simple server that allows you to manage your LimeSurvey surveys and responses.
Configuration
Name | Description |
---|---|
LIMESURVEY_URL | The URL of your LimeSurvey instance, e.g. https://myinstance.limequery.com/admin/remotecontrol |
LIMESURVEY_USERNAME | Your LimeSurvey username |
LIMESURVEY_PASSWORD | Your LimeSurvey password |
Using with MCP clients
{
"mcpServers": {
"limesurvey-mcp": {
// For example, /Users/<YOUR USERNAME>/.local/bin/uv
"command": "/path/to/uv",
"args": [
"--directory",
// For example, /Users/<YOUR USERNAME>/mcp-servers/limesurvey-mcp
"/path/to/limesurvey-mcp",
"run",
"main.py"
],
"env": {
// see config above
// "LIMESURVEY_URL": "https://myinstance.limequery.com/admin/remotecontrol"
// "LIMESURVEY_USERNAME": "myusername"
// "LIMESURVEY_PASSWORD": "mypassword"
}
}
}
}
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source