pinzonjulian/turbo-docs-mcp-server
If you are the rightful owner of turbo-docs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Turbo Docs MCP Server is an experimental server designed to provide up-to-date documentation for Turbo JS.
The Turbo Docs MCP Server is a cutting-edge tool designed to facilitate access to the latest documentation for Turbo JS, a popular JavaScript framework. This server is in its early stages of development, which means it may contain bugs, have limited functionality, or undergo significant changes without prior notice. Users are advised to proceed with caution and be prepared for potential instability. The server is built using Node.js and requires a minimum version of 18.0.0. It compiles TypeScript source code into an executable that can be integrated with various platforms like Claude Desktop and VS Code. The server aims to streamline the process of accessing Turbo documentation by organizing it into easily accessible sections, making it a valuable resource for developers working with Turbo JS.
Features
- Provides up-to-date Turbo JS documentation
- Built with Node.js and TypeScript
- Compatible with Claude Desktop and VS Code
- Organizes documentation into accessible sections
- Experimental software with potential for future updates
Usages
usage with Claude Desktop
{ "mcpServers": { "Turbo-docs": { "command": "node", "args": ["/path/to/your/Turbo-docs-mcp-server/build/index.js"], "env": {} } } }
usage with VS Code
{ "Turbo-docs": { "type": "stdio", "command": "node", "args": [ "path/to/your/Turbo-docs-mcp-server" ] }
Tools
Handbook
Includes sections like Introduction, Drive, Page Refreshes, Frames, Streams, Native, Building with Turbo, and Installing Turbo.
Reference
Covers Attributes, Drive, Events, Frames, and Streams.