Developer Tools
Trust: 27/100 (Limited)io.github.yuv24793/custom-mcp-server Guide
An MCP server that provides custom functionality.
by yuv24793
Quick Start
Install
npx @yuv24793/custom-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-yuv24793-custom-mcp-server": {
"command": "npx",
"args": [
"@yuv24793/custom-mcp-server"
]
}
}
}