Skip to content

peanutcocktail/mcpc

Repository files navigation

MCP Installers

1. Brave Search

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

2. Fetch

Web content fetching and conversion for efficient LLM usage https://github.com/modelcontextprotocol/servers/tree/main/src/fetch

npx mcpfoundation add cocktailpeanut/mcps/fetch

3. File system

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>

4. Git

Tools to read, search, and manipulate Git repositories

npx mcpfoundation add cocktailpeanut/mcps/git --REPOSITORY_PATH <full local path to the git repository>

5. Github

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

6. Gitlab

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>

7. Google Maps

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

8. Memory

Knowledge graph-based persistent memory system https://github.com/modelcontextprotocol/servers/blob/main/src/memory

npx mcpfoundation add cocktailpeanut/mcps/memory

9. Puppeteer

Browser automation and web scraping https://github.com/modelcontextprotocol/servers/blob/main/src/puppeteer

npx mcpfoundation add cocktailpeanut/mcps/puppeteer

10. Sqlite

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>

11. Apple Notes

Read your local Apple Notes database and provide it to Claude Desktop. https://github.com/sirmews/apple-notes-mcp

npx mcpfoundation add cocktailpeanut/mcps/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published