Creating a MCP server for building a Developer Tool for IQOO Hackathon.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-connectin": {
"command": "npx",
"args": [
"-y",
"atharv51-creater/MCP-server-connecting-to-github-IQOO"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-connectin npx -y atharv51-creater/MCP-server-connecting-to-github-IQOO
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-connectin": {
"command": "npx",
"args": [
"-y",
"atharv51-creater/MCP-server-connecting-to-github-IQOO"
]
}
}
}