GitHub Stars
204
User Rating
Not Rated
Favorites
0
Views
41
Forks
33
Issues
5
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/Ejb503/multimodal-mcp-client
cd multimodal-mcp-client
2. Install Dependencies
bash
npm install
3. Configure MCP Server
Createconfig/mcp.config.custom.json and add the following:
json
{
"mcpServers": {
"my-custom-server": {
"id": "my-custom-server",
"env": {
"xxx": "xxx"
},
"command": "node",
"args": [
"/my-custom-server/build/index.js"
]
}
}
}
4. Start Server
bash
npm start