MCP.so
登录

LimeSurvey MCP Server

@edgarrmondragon

关于 LimeSurvey MCP Server

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

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

python

传输方式

stdio

发布者

edgarrmondragon

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "limesurvey-mcp": {
      "command": "/path/to/uv",
      "args": [
        "--directory",
        "/path/to/limesurvey-mcp",
        "run",
        "main.py"
      ],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is LimeSurvey MCP Server?

It is an MCP server for LimeSurvey that enables management of LimeSurvey surveys and responses through the Model Context Protocol.

How to use LimeSurvey MCP Server?

Configure the environment variables LIMESURVEY_URL, LIMESURVEY_USERNAME, and LIMESURVEY_PASSWORD for your LimeSurvey instance, then run the server with uv using the provided MCP client configuration.

Key features of LimeSurvey MCP Server

  • Manage LimeSurvey surveys and responses.

Use cases of LimeSurvey MCP Server

FAQ from LimeSurvey MCP Server

What configuration is required?

You must set LIMESURVEY_URL, LIMESURVEY_USERNAME, and LIMESURVEY_PASSWORD to connect to your LimeSurvey instance.

How do I run the server?

Use uv with the directory path to the server and specify run main.py in the command arguments.

What protocol does it use?

It is an MCP server, using the Model Context Protocol.

评论

其他 分类下的更多 MCP 服务器