AI SDK MCP Docs Server
@mongolyy
关于 AI SDK MCP Docs Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ai-sdk-mcp-docs-server": {
"command": "npx",
"args": [
"fastmcp",
"dev",
"src/index.ts"
]
}
}
}工具
3Get AI SDK documentation
Get cookbook examples
Get provider information
概览
What is AI SDK MCP Docs Server?
The AI SDK MCP Docs Server is a Model Context Protocol (MCP) server that provides access to AI SDK documentation, cookbook examples, and provider information. It is an unofficial tool and does not provide any guarantees regarding functionality or accuracy.
How to use AI SDK MCP Docs Server?
Clone the repository, install dependencies with npm install, then configure the server in your IDE (Cline or Cursor) by adding an MCP server entry with the command npx tsx pointing to the src/index.ts file. Available tools are invoked by specifying a path (e.g., /docs/introduction) or without a path to list all items.
Key features of AI SDK MCP Docs Server
- Access AI SDK documentation content
- Retrieve cookbook examples and tutorials
- Get information about AI providers
- Works with IDEs that support MCP servers
- Fetches and parses HTML from the AI SDK website
Use cases of AI SDK MCP Docs Server
- Quickly look up AI SDK documentation from within your IDE
- Browse cookbook examples to learn how to use the SDK
- Explore available AI providers supported by the SDK
FAQ from AI SDK MCP Docs Server
Is the AI SDK MCP Docs Server an official tool?
No, this is an unofficial tool and does not provide any guarantees regarding functionality or accuracy.
How do I configure the AI SDK MCP Docs Server with Cline?
Open Cline, go to the MCP Servers link icon, navigate to the Installed tab, click configure MCP Servers, and add the server with the command npx tsx and a path to src/index.ts.
How do I configure the AI SDK MCP Docs Server with Cursor?
Edit the ~/.cursor/mcp.json file and add an MCP server entry with the command npx tsx and a path to src/index.ts, then restart Cursor.
What tools are available in the AI SDK MCP Docs Server?
The server provides three tools: docs for AI SDK documentation, cookbook for cookbook examples, and providers for provider information. Each can be called with or without a specific path.
How does the AI SDK MCP Docs Server get its content?
The server fetches content from the AI SDK website, parses the HTML, and provides the content through a structured API accessible via the Model Context Protocol.
记忆与知识 分类下的更多 MCP 服务器

Memory
modelcontextprotocolModel Context Protocol Servers
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
评论