Skip to main content
Glama

LimeSurvey MCP Server

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

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

{ "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" } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A simple server that enables management of LimeSurvey surveys and responses through MCP client integration.

  1. Configuration
    1. Using with MCP clients

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Server for interacting with Meilisearch through LLM interfaces like Claude.
        Last updated -
        21
        114
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.
        Last updated -
        6
        1
        Python
        Apache 2.0
      • A
        security
        A
        license
        A
        quality
        An MCP server that provides tools for interacting with Linear issue tracking system, currently supporting issue search with plans to expand to issue creation, updates, comments, and project management.
        Last updated -
        1
        35
        1
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        An MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.
        Last updated -
        74
        Python
        Apache 2.0

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/edgarrmondragon/limesurvey-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server