LimeSurvey MCP Server
@edgarrmondragon
LimeSurvey MCP Server について
A MCP (Model Context Protocol) server for interacting with LimeSurvey.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mlops
visengerA curated list of references for MLOps
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント