Content
# effect mcp server
This MCP server adds tools and resources for accessing Effect documentation.
## Usage
You can run with docker using:
```bash
docker run --rm -i timsmart/effect-mcp
```
Or use npx:
```bash
npx -y effect-mcp@latest
```
## Cursor
To use this MCP server with Cursor, please add the following to your cursor `mcp.json`:
```json
"effect-docs": {
"command": "npx",
"args": ["-y", "effect-mcp@latest"]
}
```
## Claude Code Integration
To use this MCP server with Claude Code, run the following command:
```bash
claude mcp add-json effect-docs '{
"command": "npx",
"args": [
"-y",
"effect-mcp@latest"
],
"env": {}
}' -s user
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Rube
Rube is a Model Context Protocol (MCP) server that connects your AI tools to...
Context-Engine
Context-Engine MCP - Agentic Context Compression Suite
Context-Engine
Context-Engine is a versatile tool for managing context in MCP servers.