scira-mcp-chat
Scira MCP Chat is an open-source AI chatbot app that utilizes the Model Context Protocol to connect with various AI providers.
This application is designed to provide a minimalistic yet feature-rich chat experience powered by the Model Context Protocol (MCP). It allows users to connect to multiple AI providers seamlessly, enabling streaming text responses and built-in tool integration for enhanced AI capabilities. With support for both HTTP and SSE transport types, users can easily configure and manage their MCP servers through a user-friendly interface. The application is built using Next.js and incorporates modern UI components powered by Tailwind CSS, ensuring a responsive and engaging user experience. Users can add and manage MCP servers directly from the chat interface, making it simple to expand their tools and capabilities. The Scira MCP Chat app is a versatile solution for anyone looking to leverage AI in their communication workflows.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"scira-mcp-chat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-scira-mcp-chat"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions