Abdullah-Younus/MCP-Server
The Model Context Protocol (MCP) is an open standardized protocol that connects AI models with various data sources and tools. It functions like a "USB-C port for AI applications," allowing LLMs to seamlessly interact with local files, databases, APIs, and custom tools.
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...