Skip to content

Instantly share code, notes, and snippets.

@johnnyclem
Last active May 27, 2025 17:24
Show Gist options
  • Select an option

  • Save johnnyclem/c22f1a0027bff521e201180182d55df2 to your computer and use it in GitHub Desktop.

Select an option

Save johnnyclem/c22f1a0027bff521e201180182d55df2 to your computer and use it in GitHub Desktop.
{
"mcpServers": {
"mcpfinder": {
"command": "npx",
"args": [
"-y",
"@mcpfinder/server"
],
"enabled": true
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/johnnyclem/Desktop"
],
"enabled": false,
"disabled": true
},
"mcpollinations": {
"command": "npx",
"args": [
"-y",
"@pinkpixel/mcpollinations"
],
"enabled": false
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
],
"enabled": false
},
"edgeone-pages-mcp-server": {
"command": "npx",
"args": [
"edgeone-pages-mcp"
],
"enabled": false
},
"apple-mcp": {
"command": "npx",
"args": [
"-y",
"apple-mcp@latest"
],
"enabled": false
},
"coincap": {
"command": "npx",
"args": [
"coincap-mcp"
],
"enabled": false
},
"apple-shortcuts": {
"command": "npx",
"args": [
"-y",
"mcp-server-apple-shortcuts"
],
"enabled": false
},
"macOS Notifications": {
"command": "uvx",
"args": [
"macos-notification-mcp"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment