
mcp client
Simple toy project developed with vibe coding
Repository Info
About This Server
Simple toy project developed with vibe coding
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Client
Desktop application for AI model interactions using the Model Context Protocol (MCP). Built with Electron and Vue 3.
Features
- AI model integration through MCP SDK
- Real-time streaming responses
- Markdown content rendering
- Cross-platform desktop support
- Dark/Light theme modes
Development
# Install dependencies
npm install
# Start development
npm run electron:dev
# Build application
npm run electron:build
Configuration
Create a settings.json file in the root directory:
{
"modelProvider": {
"apiKey": "<ANTHROPIC_API_KEY>"
},
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\<YOUR_USERNAME>\\Downloads"
]
}
}
}
The configuration file specifies:
- Model provider settings (e.g., Anthropic API key)
- MCP server configurations for various capabilities (e.g., filesystem access)
Tech Stack
- Electron for desktop runtime
- Vue 3 + TypeScript
- Vite for build tooling
- MCP SDK for model interactions
Requirements
- Node.js ≥ 22
- npm or yarn
Quick Start
Clone the repository
git clone https://github.com/astroray/mcp-clientInstall dependencies
cd mcp-client
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.