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 MCP
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
Continue
Continue is an open-source project for seamless server management.
semantic-kernel
Build and orchestrate AI agents with the enterprise-ready Semantic Kernel.
Github
The GitHub MCP Server connects AI tools to manage repositories, automate...
Playwright
A lightweight MCP server for browser automation using Playwright's...