# Reach120 writing practice [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/reach120/reach120-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/reach120-writing-practice

## Description
Fetch English writing practice prompts and score a written response. Bring your own API key.

## Tools
Capabilities this server exposes over MCP:

- **list_practice_prompts** — List Writing practice prompts, with the id used to score against one
- **get_practice_prompt** — Fetch one prompt with its full scenario or discussion context
- **score_writing_response** — Score a written response, returning an automated practice score and a short rationale

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "reach120-writing-practice": {
    "command": "npx",
    "args": ["-y","github"]
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

