Content
# Sahha MCP Server
## Installation
```
# Create a new directory for our project
uv init sahha-mcp
cd sahha-mcp
# Create virtual environment and activate it
uv venv
.venv\Scripts\activate
# Install dependencies
uv add mcp[cli] httpx
```
## Coverage
Taken swagger documentation from [here](https://api.sahha.ai/api-docs/index.html)
## Usage
Example with claude desktop config
```
"sahha_mcp": {
"command": "uv",
"args": [
"--directory",
"\path\to\mcp\folder",
"run",
"sahha_mcp.py"
]
}
```
## Example

Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.