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.
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.
git
A Model Context Protocol server for Git automation and interaction.