strudel-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@strudel-mcplook up the 'chord' function documentation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
strudel-mcp
MCP server that exposes Strudel reference documentation as tools for AI coding assistants (Claude Code, Cursor, Cline, Windsurf, etc.).
Built on top of strudel-docs-for-ai — 111 functions documented and verified against official sources.
Tools
Tool | Description |
| Full docs for a function by name or alias ( |
| Search by name / category / tag |
| List all functions, optionally by category |
| High-density syntax reference |
| Common mistakes and counterintuitive behaviors |
| Complete mini-notation DSL reference |
Related MCP server: MCP Documentation Server
Setup
1. Clone and install
git clone https://github.com/auto-duan/strudel-mcp
cd strudel-mcp
npm install2. Sync docs
The docs are bundled in docs/. To refresh from the source repo:
# If strudel-docs-for-ai is a sibling directory (default):
npm run sync-docs
# Or point to a custom path:
node scripts/sync-docs.js /path/to/strudel-docs-for-ai3. Build
npm run build4. Add to your AI tool
Claude Code
Add to .claude/settings.json (project) or ~/.claude/settings.json (global):
{
"mcpServers": {
"strudel": {
"command": "node",
"args": ["/absolute/path/to/strudel-mcp/dist/index.js"]
}
}
}Cursor / Windsurf / Cline
Add to your MCP config (usually ~/.cursor/mcp.json or similar):
{
"mcpServers": {
"strudel": {
"command": "node",
"args": ["/absolute/path/to/strudel-mcp/dist/index.js"]
}
}
}Docs source
Official Strudel: https://strudel.cc/
Official repo: https://codeberg.org/uzu/strudel
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides programmatic access to GameMaker Language (GML) documentation through MCP tools for function lookup, documentation search, and comprehensive coding guidance. Includes built-in GameMaker documentation with no additional setup required.285MIT
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.37MIT
- AlicenseAqualityDmaintenanceProvides tools for AI agents to search, browse, and retrieve the full documentation for the mcp-framework. It enables agents to access documentation sections and page content directly within MCP-compatible environments like Claude Code and Cursor.312MIT

@prosodyai/mcp-docsofficial
AlicenseAqualityBmaintenanceExposes ProsodyAI documentation, SDK references, REST API reference (OpenAPI), and curated implementation recipes to AI coding agents via MCP tools and resources.8MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/auto-duan/strudel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server