百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

mcp-chat

> 编程语言
开源

在应用或 AI 代理中使用 Pipedream 的 MCP 服务器的示例。

190 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

在应用或 AI 代理中使用 Pipedream 的 MCP 服务器的示例。

MCP Chat by Pipedream

MCP Chat is a free, open-source chat app built using the AI SDK, and Pipedream MCP, which provides access to nearly 3,000 APIs and more than 10,000 tools. Use this as a reference to build powerful AI chat applications.

Features · Model Providers · Prerequisites · Deploy Your Own · Running Locally

Check out the app in production at chat.pipedream.com and refer to Pipedream's developer docs for the most up to date information.

Features

  • MCP integrations: Connect to thousands of APIs through Pipedream's MCP server with built-in auth
  • Automatic tool discovery: Execute tool calls across different APIs via chat
  • Uses the AI SDK: Unified API for generating text, structured objects, and tool calls with LLMs
  • Flexible LLM and framework support: Works with any LLM provider or framework
  • Data persistence: Uses Neon Serverless Postgres for saving chat history and user data and Auth.js for simple and secure sign-in

Model Providers

The demo app currently uses models from Anthropic, OpenAI, and Gemini, but the AI SDK supports many more.

Prerequisites

To run or deploy this app, you'll need:

  1. A Pipedream account
  2. A Pipedream project. Accounts connected via MCP will be stored here.
  3. Pipedream OAuth credentials
  4. An OpenAI API key

Deploy Your Own

One-click deploy this app to Vercel:

Running locally

  1. Copy the environment file and add your credentials:
cp .env.example .env  # Edit with your values

Note that for easier development, chat persistence and application sign-in are disabled by default in the .env.example file:

# In your .env file
DISABLE_AUTH=true
DISABLE_PERSISTENCE=true
  1. Install dependencies and start the app:

We recommend using asdf to manage core deps like Node. Install it and run

asdf install

Then:

pnpm install
pnpm dev

Your local app should now be running on http://localhost:3000

Enabling chat persistence

  1. Run all required local services:
docker compose up -d
  1. Run migrations:
POSTGRES_URL=postgresql://postgres@localhost:5432/postgres pnpm db:migrate

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptaidevelopmentmcptools

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言