OMCHOKSI108/MCP-SERVER
This repository contains Model Context Protocol (MCP) server implementations that demonstrate how to create and integrate custom tools and data sources with AI applications. MCP is an open-source standard that enables AI applications like Claude or ChatGPT to connect to external systems, data sources, and tools in a standardized way.
Platform-specific configuration:
{
"mcpServers": {
"MCP-SERVER": {
"command": "npx",
"args": [
"-y",
"MCP-SERVER"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...