Anthropic
Freeby MCP Community
Anthropic integration for Mixpeek — tool definitions, content adapters, and MCP server for Claude
v1.0.0Added Apr 12, 2026
anthropicclaudemcptool-useai
Anthropic MCP Server
Anthropic integration for Mixpeek — tool definitions, content adapters, and MCP server for Claude
Installation
Reviews
Installation
Quick install
npx -y @mixpeek/anthropic
Add to claude_desktop_config.json
{
"mcpServers": {
"anthropic": {
"command": "npx",
"args": ["-y", "@mixpeek/anthropic"]
}
}
}