Web and local search using Brave's Search API https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search
npx mcpfoundation add cocktailpeanut/mcps/brave-serach --BRAVE_API_KEY <BRAVE API KEY>
Get the API key at https://brave.com/search/api
Web content fetching and conversion for efficient LLM usage https://github.com/modelcontextprotocol/servers/tree/main/src/fetch
npx mcpfoundation add cocktailpeanut/mcps/fetch
Secure file operations with configurable access controls https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
npx mcpfoundation add cocktailpeanut/mcps/filesystem --ALLOWED_DIRECTORIES <comma separated paths to allow>
Tools to read, search, and manipulate Git repositories
npx mcpfoundation add cocktailpeanut/mcps/git --REPOSITORY_PATH <full local path to the git repository>
Repository management, file operations, and GitHub API integration https://github.com/modelcontextprotocol/servers/blob/main/src/github
npx mcpfoundation add cocktailpeanut/mcps/github --GITHUB_PERSONAL_ACCESS_TOKEN <Github access token>
Get Github access token here https://github.com/settings/tokens
GitLab API, enabling project management https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab
npx mcpfoundation add cocktailpeanut/mcps/gitlab --GITLAB_PERSONAL_ACCESS_TOKEN <Gitlab access token> --GITLAB_API_URL <gitlab api url>
Location services, directions, and place details https://github.com/modelcontextprotocol/servers/blob/main/src/google-maps
npx mcpfoundation add cocktailpeanut/mcps/google-maps --GOOGLE_MAPS_API_KEY <google maps api key>
Get Google Maps API Key here: https://developers.google.com/maps/documentation/javascript/get-api-key
Knowledge graph-based persistent memory system https://github.com/modelcontextprotocol/servers/blob/main/src/memory
npx mcpfoundation add cocktailpeanut/mcps/memory
Browser automation and web scraping https://github.com/modelcontextprotocol/servers/blob/main/src/puppeteer
npx mcpfoundation add cocktailpeanut/mcps/puppeteer
Database interaction and business intelligence capabilities with Sqlite https://github.com/modelcontextprotocol/servers/blob/main/src/sqlite
npx mcpfoundation add cocktailpeanut/mcps/sqlite --DB_PATH <full path to the sqlite file>
Read your local Apple Notes database and provide it to Claude Desktop. https://github.com/sirmews/apple-notes-mcp
npx mcpfoundation add cocktailpeanut/mcps/