# Neuronwriter — how to use (mcp.ai)

Connect your Neuronwriter account and use 1 tools for marketing automation straight from your AI agent. Connect with your own API key. NeuronWriter is a content optimization tool that leverages semantic SEO and AI to enhance content creation and improve search engine rankings.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_neuronwriter?ms=1787293500000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `neuronwriter_import_content`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/neuronwriter`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/neuronwriter/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/neuronwriter/import/content` — Tool to import content into the editor. Use when updating editor content via HTML or URL.
  - body: { id?: string, url?: string, html?: string, query: string, title?: string, accept?: string, api_key?: string, description?: string, content_type?: string, extra_headers?: object, container_class?: string }

## Example prompts
- "What can I do in Neuronwriter?"
- "Show me a summary of my Neuronwriter account"

## More
- Page: https://mcp.ai/neuronwriter
- Agent spec (llms.txt): https://mcp.ai/neuronwriter/llms.txt
- Postman collection: https://mcp.ai/neuronwriter/postman.json
