Writeathon MCP Server
@Hcs66
About Writeathon MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Writeathon MCP Server?
A server that wraps the Writeathon API as MCP (Model Context Protocol) services, allowing AI assistants and other MCP clients to interact with the Writeathon writing platform. It is built with Node.js and TypeScript and provides both REST API endpoints and MCP tools for managing cards, user info, and writing picks.
How to use Writeathon MCP Server?
Install with Node.js 20 (nvm use 20), run npm install, copy .env.example to .env, fill in WRITEATHON_USER_ID, WRITEATHON_TOKEN, and MCP_API_KEY, then start with npm run dev or npm start. The MCP SSE endpoint is available at HOST:PORT+1/mcp/sse.
Key features of Writeathon MCP Server
- Built with Node.js and TypeScript
- Implements MCP protocol for AI tool integration
- Supports all core Writeathon API operations
- Offers both REST API and MCP service interfaces
Use cases of Writeathon MCP Server
- Create, retrieve, and list writing cards via an AI assistant
- Fetch user profile information from Writeathon
- Use the "writing pick" feature to get curated writing prompts or content
- Enable LLMs to manage Writeathon data through standard MCP tools
FAQ from Writeathon MCP Server
What does the server actually do?
It acts as a bridge between MCP clients (like Claude) and the Writeathon API, exposing Writeathon features as callable MCP tools (me, create_card, recent_cards, get_card, writing_pick).
What dependencies or runtime are required?
Node.js version 20 is required. The server is installed via npm and runs as a local process.
Where does configuration data live?
In a .env file that must contain the Writeathon user ID, a Writeathon integration token (from web → settings → integration), and an MCP API key.
What are the available API endpoints and MCP tools?
REST endpoints: GET /api/me, POST /api/cards, GET /api/cards/recent, POST /api/cards/get, POST /api/writing-pick. Corresponding MCP tools: me, create_card, recent_cards, get_card, writing_pick.
What authentication is used?
Authentication is done via a Writeathon integration token and an MCP API key, both set in the .env configuration file.
Frequently asked questions
What does the server actually do?
It acts as a bridge between MCP clients (like Claude) and the Writeathon API, exposing Writeathon features as callable MCP tools (me, create_card, recent_cards, get_card, writing_pick).
What dependencies or runtime are required?
Node.js version 20 is required. The server is installed via npm and runs as a local process.
Where does configuration data live?
In a `.env` file that must contain the Writeathon user ID, a Writeathon integration token (from web → settings → integration), and an MCP API key.
What are the available API endpoints and MCP tools?
REST endpoints: GET /api/me, POST /api/cards, GET /api/cards/recent, POST /api/cards/get, POST /api/writing-pick. Corresponding MCP tools: me, create_card, recent_cards, get_card, writing_pick.
What authentication is used?
Authentication is done via a Writeathon integration token and an MCP API key, both set in the .env configuration file.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments