taipei-gov-mcp-proxy
v1.0.5
Published
MCP proxy client for Taipei Government API server
Maintainers
Readme
API MCP Server
A comprehensive API management system with Model Context Protocol (MCP) integration for Claude Desktop
API MCP Server
A comprehensive API management system with Model Context Protocol (MCP) integration for Claude Desktop
🚀 Quick Start
Option 1: NPM Installation (Recommended)
Install globally via npm:
npm install -g @luna-lin/api-mcp-serverClaude Desktop Configuration:
{
"mcpServers": {
"api-mcp-server": {
"command": "npx",
"args": ["@luna-lin/api-mcp-server", "--stdio"]
}
}
}Option 2: Local Installation
Windows Users:
# Download and extract, then run:
install.batmacOS/Linux Users:
# Download and extract, then run:
chmod +x install.sh
./install.shClaude Desktop Configuration:
{
"mcpServers": {
"api-mcp-server": {
"command": "node",
"args": ["C:/path/to/api-mcp-server/dist/server.js", "--stdio"]
}
}
}Manual Installation
npm install
npm run build
npm run web-build
npm start⚙️ Claude Desktop Configuration
Config file locations:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
NPM Installation (Easiest)
{
"mcpServers": {
"api-mcp-server": {
"command": "npx",
"args": ["@luna-lin/api-mcp-server", "--stdio"]
}
}
}Local Installation
{ "mcpServers": { "api-mcp-server": { "command": "node", "args": ["C:/path/to/api-mcp-server/dist/server.js", "--stdio"] } } }
## 🌐 Usage
- **Local Web Interface**: http://localhost:8080
- **Claude Desktop**: Use `@api` to access MCP tools
## 📖 Documentation
- [📋 Installation Guide](INSTALLATION-GUIDE.md) - Detailed setup instructions
- [👤 User Guide](USER-GUIDE.md) - Quick setup for end users
- [🔧 Troubleshooting](TROUBLESHOOTING.md) - Common issues and solutions
## 🛠️ Features
- 🔗 Claude Desktop integration via MCP
- 🌐 Web-based API management interface
- 📊 API health monitoring and diagnostics
- 🔄 Swagger/OpenAPI document parsing
- 🎯 Individual endpoint enable/disable
## 📄 License
MIT License
---
**Made with ❤️ for the Claude Desktop community**