Claude reads and writes a real-life RPG character sheet from the eighty self-improvement app.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A public Model Context Protocol server that lets any MCP-compatible client β Claude Desktop, Claude.ai Connectors, Cursor, ChatGPT Apps, MCP Inspector β read and write a real-life RPG character sheet.
The server is live at
https://mcp.80l.app. This repo is the documentation, example prompts, and reference screenshots β not the server source.

eighty is a gamified self-improvement iOS app: real-world quests, character stats, skill trees, badges, streaks, leaderboards, social challenges. The MCP server exposes the same 35 actions the iOS app uses β browse_quests, create_quest, take_quest, complete_quest, get_profile, send_challenge, view_public_profile, the whole catalog β so an LLM client can drive the experience: plan your day as quests, coach you through them, send challenges to friends, react to your social feed, level up your character.
It's the same backend the iOS app talks to. No fork. Your MCP session and your iOS app are two views over one account.
Add to your claude_desktop_config.json:
Restart Claude Desktop. On first tool call, OAuth opens in your browser β sign in with Google, Apple, or email/password. (New users get an account auto-provisioned at sign-in.) You're now connected.
Full setup for other clients (Cursor, Claude.ai web Connectors, MCP Inspector, ChatGPT Apps) is in docs/auth.md.
Inspector β Anthropic's reference MCP client β runs locally with no setup:
In the browser: set Transport Type to Streamable HTTP, URL to https://mcp.80l.app, Connection Type to Via Proxy, click Connect. Authorize via the OAuth popup. The full tool catalog loads in the sidebar.
35 tools across 7 categories β quests, quest creation, skills, profile, social, challenges, leaderboard. Plus 4 ambient resources and 3 pre-built prompts. Full reference in docs/tools-reference.md.
A few signature examples:
| Tool | What it does |
|---|---|
view_public_profile | Same rich profile shape the iOS app shows on tap (level, stats, streaks, badges, completed quests, follower counts). |
create_quest + publish_quest | Author a real quest from MCP that ships into eighty's catalog after review. |
send_challenge (Premium) | Real-time challenge to another user with a time limit β fires a push notification to their phone. |
whats_next (prompt) | One-shot personalized recommendation drawn from your profile, active quests, favorite skills, and today's daily quest. |
Hand-picked example prompts (copy-paste into your client) are in prompts/.
The MCP server is a thin authorization shell β every tool delegates to the same handler the iOS app calls. One source of truth for business rules (quest caps, premium gating, social-graph privacy, idempotency). See docs/architecture.md.
OAuth 2.1 + PKCE + Dynamic Client Registration (RFC 7591). No API keys, no developer-portal signup. Any spec-compliant MCP client auto-discovers the OAuth endpoints from /.well-known/oauth-protected-resource and registers itself. Full wire-level flow in docs/auth.md.
Most of the surface is free. Four tools (challenges) plus the top-50 leaderboard rows (rows 11β50) require an active eighty Premium subscription, which is sold through the iOS App Store. See docs/premium-features.md for what's gated and how to upgrade.
Reference captures showing the server in use. Real demo data from staging; no PII.
Claude Desktop β claude-desktop/screenshots/
01-quests-browse-quests.png β browse_quests listing02-profile-character-sheet.png β get_profile (Atlas Lv 58)03-social-public-profile.png β view_public_profile rich response (Ember Lv 45)04-challenges-pending.png β list_challenges + get_challenge_detailsMCP Inspector β inspector/screenshots/
07-inspector-tool-list.png β tool catalog + connected state08-inspector-browse-quests.png β tool execution + JSON response09-inspector-view-public-profile.png β view_public_profile (Ember)10-inspector-prompts.png β the three MCP promptsMIT.
Built by @alemetlem. Star the repo if you want to see more public MCPs for consumer apps.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/eighty)<a href="https://allmcps.com/mcp/eighty"><img src="https://allmcps.com/api/badge/eighty?style=directory" alt="Eighty on AllMCPs" /></a>