logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

limesurvey-mcp

Manage surveys and responses from a LimeSurvey instance through a standardized MCP interface, enabling automation of survey handling and data retrieval.

Author

limesurvey-mcp logo

edgarrmondragon

Apache License 2.0

Quick Info

GitHub GitHub Stars 2
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

surveyslimesurveymcpmanage surveyssurvey handlinglimesurvey mcp

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.

LimeSurvey Server MCP server

MseeP.ai Security Assessment Badge

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"
      }
    }
  }
}

See Also

`