anilnishad19799/Claude_MCP_server
This repository enables seamless interaction with Claude using the MCP Server framework. It provides a structured and extendable way to execute Claude API calls as tools, scripts, or part of larger workflows.
Platform-specific configuration:
{
"mcpServers": {
"Claude_MCP_server": {
"command": "npx",
"args": [
"-y",
"Claude_MCP_server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...