NimbleBrainInc/mcp-claude
If you are the rightful owner of mcp-claude and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Anthropic Claude MCP Server provides comprehensive access to Anthropic's Claude API, enabling advanced AI capabilities through a model context protocol server.
Tools
Functions exposed to the LLM to take actions
chat
Simple chat interface - send a prompt, get a response.
create_message
Full Messages API with all parameters and features.
analyze_image
Analyze images using Claude's vision capabilities.
analyze_image_base64
Analyze base64-encoded images.
multi_turn_conversation
Continue a conversation with context from previous messages.
count_tokens
Estimate token usage for messages.
get_model_info
Get information about Claude models.
compare_responses
Get responses from multiple models for comparison.
extract_structured_data
Extract structured data from unstructured text.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client