My personal MCP server. Written in Typescript. Useful for connecting your AI app to online search and other apps.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"my-mcp-server": {
"command": "npx",
"args": [
"-y",
"Deejpotter/my-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add my-mcp-server npx -y Deejpotter/my-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"my-mcp-server": {
"command": "npx",
"args": [
"-y",
"Deejpotter/my-mcp-server"
]
}
}
}