A minimalistic MCP client with a good feature set.
An open-source AI chatbot app powered by Model Context Protocol (MCP), built with Next.js and the AI SDK by Vercel.
Features • MCP Configuration • License
This application supports connecting to Model Context Protocol (MCP) servers to access their tools. You can add and manage MCP servers through the settings icon in the chat interface.
If you select SSE transport:
https://mcp.example.com/token/sse
)If you select stdio transport:
Enter the command to execute (e.g., npx
)
Enter the command arguments (e.g., -y @modelcontextprotocol/server-google-maps
)
Click "Add Server"
Click "Use" to activate the server for the current chat session.
You can use any MCP-compatible server with this application. Here are some examples:
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.