ED
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"
}
}
}
}
Recommend MCP Servers 💡
pinner-mcp
safedep
MCP server that pins 3rd party dependencies to immutable digests for Docker base images and GitHub Actions
2025-03-22
GhidrAssistMCP
jtang613
An MCP extension for Ghidra
2025-07-23
sse
nostr-code-snippet-mcp
nodetec
A MCP server for providing code snippets via Nostr
2025-04-04
sandst1/mcp-server-midi
sandst1
A MCP Server that enables sending MIDI sequences (Note On/Off, Control Change, etc.) to MIDI-compatible applications such as DAWs, hardware synthesizers, and virtual instruments.
2025-04-15
sse
fetch
zcaceres
A flexible HTTP fetching Model Context Protocol server.
2024-12-18
optuna-mcp
optuna
The Optuna MCP Server is a Model Context Protocol (MCP) server to interact with Optuna APIs.
2025-06-10
