MCP.so
登录

AISDK MCP Bridge

@vrknetha

关于 AISDK MCP Bridge

Bridge package enabling seamless integration between Model Context Protocol (MCP) servers and AI SDK tools. Supports multiple server types, real-time communication, and TypeScript.

基本信息

分类

开发工具

传输方式

stdio

发布者

vrknetha

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is AISDK MCP Bridge?

A bridge package that enables seamless integration between the Model Context Protocol (MCP) and the AI SDK, allowing efficient communication and tool execution from MCP servers within AI‑powered applications. It is designed for developers who use the AI SDK and want to connect it with MCP‑compatible servers.

How to use AISDK MCP Bridge?

Install via npm install aisdk-mcp-bridge. Create an mcp.config.json file in your project root to define MCP servers, then import and call initializeMcp(), getMcpTools(), and cleanupMcp() from the package. Use the returned tool set with AI SDK functions like generateText.

Key features of AISDK MCP Bridge

  • Support for Node.js, Python, and UVX MCP servers
  • Multi‑server support with independent configuration
  • Flexible configuration through mcp.config.json
  • Full TypeScript type definitions
  • Robust error handling and logging
  • Choice of stdio or SSE communication modes

Use cases of AISDK MCP Bridge

  • Integrate a Twitter MCP server with an AI application
  • Combine a Firecrawl web scraping MCP server with an AI model
  • Use SSE‑based MCP servers for real‑time streaming tasks
  • Manage multiple MCP servers from a single codebase

FAQ from AISDK MCP Bridge

What runtimes are required?

Node.js 20.x or higher and npm 7.x or higher.

How do I configure MCP servers?

Create an mcp.config.json file in your project root listing each server’s command, arguments, environment variables, and optional mode (stdio or SSE).

Which communication modes does the bridge support?

It supports stdio mode (default, direct I/O) and SSE mode (Server‑Sent Events for real‑time streaming with built‑in reconnection).

How can I get tools from a single server instead of all servers?

Pass the serverName option to getMcpTools({ serverName: 'your-server' }).

How do I enable debug logging?

Set the DEBUG environment variable, for example DEBUG=mcp:* npm start, to see detailed logs on initialization, tool registration, and performance metrics.

评论

开发工具 分类下的更多 MCP 服务器