trackmcp
Back to directory
edgarrmondragon

limesurvey-mcp

View on GitHub

A MCP (Model Context Protocol) server for interacting with LimeSurvey.

5 stars PythonOthers Updated Jun 17, 2026
limesurveyllmmcp-servermodel-context-protocolsurvey-analysis

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.

MseeP.ai Security Assessment Badge

Configuration

NameDescription
LIMESURVEY_URLThe URL of your LimeSurvey instance, e.g. `https://myinstance.limequery.com/admin/remotecontrol`
LIMESURVEY_USERNAMEYour LimeSurvey username
LIMESURVEY_PASSWORDYour LimeSurvey password

Using with MCP clients

json
{
  "mcpServers": {
    "limesurvey-mcp": {
      // For example, /Users//.local/bin/uv
      "command": "/path/to/uv",
      "args": [
        "--directory",
        // For example, /Users//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"
      }
    }
  }
}

Frequently asked questions

What is limesurvey-mcp?

limesurvey-mcp is A MCP (Model Context Protocol) server for interacting with LimeSurvey.

How do I install limesurvey-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is limesurvey-mcp open source?

Yes — it is hosted on GitHub at https://github.com/edgarrmondragon/limesurvey-mcp and has 5 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP