Back to directory
edgarrmondragon/limesurvey-mcp

edgarrmondragon/limesurvey-mcp

@edgarrmondragon2

An MCP server for managing LimeSurvey surveys and responses.

limesurveysurveytool

Installation & Configuration

{
  "mcpServers": {
    "limesurvey-mcp": {
      "command": "/path/to/uv",
      "args": [
        "--directory",
        "/path/to/limesurvey-mcp",
        "run",
        "main.py"
      ],
      "env": {
        "LIMESURVEY_URL": "https://myinstance.limequery.com/admin/remotecontrol",
        "LIMESURVEY_USERNAME": "myusername",
        "LIMESURVEY_PASSWORD": "mypassword"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/25
Updated
2026/6/8