Custom Node.js server giving AI access to real tools: weather, time, math & notes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"own-mcp-server": {
"command": "npx",
"args": [
"-y",
"mayo-byte07/OWN-MCP-SERVER"
]
}
}
}
Run in terminal:
claude mcp add own-mcp-server npx -y mayo-byte07/OWN-MCP-SERVER
Add to .cursor/mcp.json:
{
"mcpServers": {
"own-mcp-server": {
"command": "npx",
"args": [
"-y",
"mayo-byte07/OWN-MCP-SERVER"
]
}
}
}