MCP Directory
Back

scira-mcp-chat

by zaidmukaddam · TypeScript · ★ 828

A minimalistic MCP client with a good feature set.

#anthropic#grok3#mcp#mcp-client#model-context-protocol#openai#xai

Install

npx -y github:zaidmukaddam/scira-mcp-chat

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "scira-mcp-chat": {
      "command": "npx",
      "args": [
        "-y",
        "github:zaidmukaddam/scira-mcp-chat"
      ]
    }
  }
}

From the README

Scira MCP Chat 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 - Streaming text responses powered by the [AI SDK by Vercel](https://sdk.vercel.ai/docs), allowing multiple AI providers to be used interchangeably with just a few lines of code. - Full integration with [Model Context Protocol (MCP)](https://modelcontextprotocol.io) servers to expand available tools and capabilities. - HTTP and SSE transport types for connecting to various MCP tool providers. - Built-in tool integra…
Read full README on GitHub →

Related ai & ml servers