This repo is all about utilizing existing MCP servers and creating custom MCP Servers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rs01-mcp-servers": {
"command": "npx",
"args": [
"-y",
"rameshnewdev/RS01-MCP-Servers"
]
}
}
}
Run in terminal:
claude mcp add rs01-mcp-servers npx -y rameshnewdev/RS01-MCP-Servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"rs01-mcp-servers": {
"command": "npx",
"args": [
"-y",
"rameshnewdev/RS01-MCP-Servers"
]
}
}
}