The only AI that automates & personalizes any branded talent document — assessment reports (Hogan, psychometric, leadership), executive profiles, shortlists, proposals — in DOCX/PPTX/PDF/Excel. MCP server for Claude, ChatGPT, Perplexity, Cursor & any MCP client.
git clone https://github.com/FormatixAI/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"]
}
}
}MCP Servers overview
# Formatix AI — MCP Server
**The only AI that automates and personalizes _any_ branded talent document — not just CVs.**
Turn a CV, a LinkedIn profile, or structured data into **assessment reports (Hogan, psychometric, CEO & leadership), progression reports, executive profiles, candidate shortlists, client submittals, proposals and RPO reports** — exported as **DOCX, PPTX, PDF or Excel**, perfectly on-brand.
Connect Formatix to **Claude, ChatGPT, Perplexity, Cursor, Claude Code** — or any MCP-compatible AI agent — and let the AI generate the finished, client-ready document for you.
[](https://www.npmjs.com/package/@formatix-ai/mcp)
[](./LICENSE)
[](https://www.trustpilot.com/review/formatix.ai)
[](https://github.com/FormatixAI/mcp-server)
> Website: **https://formatix.ai** · Reviews: **[Trustpilot](https://www.trustpilot.com/review/formatix.ai)**
---
## Why Formatix is different
Every other "CV formatter" stops at _one CV → one Word document_. Formatix is the only platform that **templatizes and automates the documents nobody else does**, across every format and use case:
| Document type | Examples | Formats |
| --- | --- | --- |
| **Assessment reports** | Hogan reports, psychometric reports, CEO assessment, leadership assessment | DOCX · PPTX · PDF |
| **Progression reports** | Succession & talent-review packs, 9-box, promotion cases | DOCX · PPTX · XLSX |
| **Executive profiles** | One-page bios, branded candidate profiles, blind/anonymized CVs | DOCX · PPTX · PDF |
| **Shortlists & decks** | Multi-candidate shortlist decks, longlists, slate presentations | PPTX |
| **Client deliverables** | Client submittals, proposals, RPO reports, market & comp intelligence | DOCX · PPTX · PDF · XLSX |
Every document is generated from your own branded template — fonts, colours, logos and layout preserved exactly.
## Who uses it
- **Executive search firms** — client-branded profiles, shortlist decks and proposals in minutes.
- **In-house exec & leadership recruiting (TA)** — board-ready candidate slates and assessment summaries.
- **Talent mapping / RPO teams** — market maps, comp benchmarking, RPO reporting.
- **HR / People teams** — succession planning, talent reviews and promotion packs.
## Three ways to use Formatix
1. **Remote MCP** — point ChatGPT, Claude or Perplexity at the hosted Formatix MCP endpoint.
2. **`npx` (this package)** — run locally inside Claude Desktop, Cursor or Claude Code.
3. **Chrome extension** — capture any LinkedIn profile and turn it into a polished resume in one click. → https://formatix.ai
---
## Quick start
### Get a free API key (company email)
Free access requires a **company email** — personal inboxes (gmail, outlook, yahoo, proton…) are not eligible.
- In any connected AI client, just ask it to **"claim free Formatix access with my email <you@yourcompany.com>"** — the `claim_access` tool issues a key instantly, **or**
- Sign up at **https://formatix.ai** and create a key in **Settings → API keys**.
Set the key as `FORMATIX_API_KEY` in the configs below.
### Claude Desktop / Claude Code
`claude_desktop_config.json` (or `.mcp.json` for Claude Code):
```json
{
"mcpServers": {
"formatix": {
"command": "npx",
"args": ["-y", "@formatix-ai/mcp"],
"env": {
"FORMATIX_API_KEY": "fxi_your_key_here"
}
}
}
}
```
### Cursor
`~/.cursor/mcp.json`:
```json
{
"mcpServers": {
"formatix": {
"command": "npx",
"args": ["-y", "@formatix-ai/mcp"],
"env": { "FORMATIX_API_KEY": "fxi_your_key_here" }
}
}
}
```
### ChatGPT / Perplexity (remote connector)
Add a custom connector / MCP server pointing at the hosted endpoint:
```
https://platform.formatix.ai/mcp
```
Authenticate with your Formatix account (OAuth) or paste your `fxi_` API key when prompted.
---
## Tools
| Tool | What it does |
| --- | --- |
| `list_document_types` | List every document Formatix can generate (assessment reports, profiles, shortlists, proposals…) with available formats. Call this first. |
| `generate_document` | The hero. Any source text → any branded document in DOCX/PPTX/PDF/XLSX. Returns a `record_id`. |
| `format_from_linkedin` | LinkedIn profile text → polished resume / candidate profile. |
| `check_status` | Poll a `record_id`; returns the download link when the document is ready. |
| `claim_access` | Get a free API key with your company email. |
### Typical agent flow
```
list_document_types() → choose a template_id + template_type
generate_document(source_text, template_id, → returns record_id
template_type, output_format)
check_status(record_id) → "Formatted" + download_url
→ hand the download_url back to the client
```
---
## Configuration
| Env var | Default | Purpose |
| --- | --- | --- |
| `FORMATIX_API_KEY` | _(none)_ | Your `fxi_` key. Without it, only `claim_access` works. |
| `FORMATIX_API_BASE` | `https://platform.formatix.ai` | Override for testing against another environment. |
## How it works
This package is a **thin client**. All formatting, AI extraction and rendering run on the Formatix platform; this server simply exposes a small, agent-friendly set of tools over the [Model Context Protocol](https://modelcontextprotocol.io). **No credentials are stored in this repo** — you supply your own key.
## Links
- **Website & sign-up:** https://formatix.ai
- **Trustpilot reviews:** https://www.trustpilot.com/review/formatix.ai
- **Issues:** https://github.com/FormatixAI/mcp-server/issues
## License
MIT © Formatix AI Ltd
What people ask about mcp-server
What is FormatixAI/mcp-server?
+
FormatixAI/mcp-server is mcp servers for the Claude AI ecosystem. The only AI that automates & personalizes any branded talent document — assessment reports (Hogan, psychometric, leadership), executive profiles, shortlists, proposals — in DOCX/PPTX/PDF/Excel. MCP server for Claude, ChatGPT, Perplexity, Cursor & any MCP client. It has 0 GitHub stars and was last updated today.
How do I install mcp-server?
+
You can install mcp-server by cloning the repository (https://github.com/FormatixAI/mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is FormatixAI/mcp-server safe to use?
+
FormatixAI/mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains FormatixAI/mcp-server?
+
FormatixAI/mcp-server is maintained by FormatixAI. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to mcp-server?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp-server to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/formatixai-mcp-server)<a href="https://claudewave.com/repo/formatixai-mcp-server"><img src="https://claudewave.com/api/badge/formatixai-mcp-server" alt="Featured on ClaudeWave: FormatixAI/mcp-server" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。