mongolyy/ai-sdk-mcp-docs-server
If you are the rightful owner of ai-sdk-mcp-docs-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.
A Model Context Protocol (MCP) server that provides AI SDK documentation, cookbook examples, and provider information.
The AI SDK MCP Docs Server is an unofficial tool designed to facilitate access to AI SDK documentation, cookbook examples, and provider information through a Model Context Protocol (MCP) server. It allows users to retrieve structured content from the AI SDK website, making it easier to integrate and utilize AI SDK resources in various development environments. The server fetches and parses HTML content from the AI SDK website, providing it through a structured API. This tool is particularly useful for developers looking to streamline their workflow by accessing comprehensive AI SDK resources directly from their IDEs. It supports integration with different IDEs that are compatible with MCP servers, offering a seamless setup process and easy configuration.
Features
- Access AI SDK documentation content
- Retrieve cookbook examples and tutorials
- Get information about AI providers
Tools
docs
Get AI SDK documentation. Without path: Get list of all docs. With path:
/docs/introduction
- Get specific doc.cookbook
Get cookbook examples. Without path: Get list of all examples. With path:
/cookbook/next/generate-text
- Get specific example.providers
Get provider information. Without path: Get list of all providers. With path:
/providers/ai-sdk-providers
- Get specific provider info.