Model Context Protocol Servers
An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.
brave_web_search
query (string): Search termscount (number, optional): Results per page (max 20)offset (number, optional): Pagination offset (max 9)brave_local_search
query (string): Local search termscount (number, optional): Number of results (max 20)Add this to your claude_desktop_config.json:
{
"mcpServers": {
"brave-search": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BRAVE_API_KEY",
"mcp/brave-search"
],
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Docker build:
docker build -t mcp/brave-search:latest -f src/brave-search/Dockerfile .
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Mcp Crypto Price
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Mcp Brianknows
Unofficial MCP to use BrianKnows API for DeFI knowledge
Mcp Duckduckgo
A DuckDuckGo search plugin for Model Context Protocol (MCP), compatible with Claude Code. Provides web search functionality with advanced navigation and content exploration features.
Created
March 07, 2025
Last Updated
March 07, 2025
Category
Search & Knowledge DiscoveryAuthor
modelcontextprotocol
A Model Context Protocol server for SMTP email services
This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.