FlexOrch MCP Server
Rank #17,778io.github.dev-flexorch/flexorch-mcp
Classify documents, extract structured fields, mask PII, export JSONL/RAG datasets for AI agents.
FlexOrch MCP Server is a Model Context Protocol (MCP) server published by flexorch. It ranks #17,778 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. FlexOrch MCP Server is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 24, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 114,268 of 132,046 servers on MCP Toplist.
Use FlexOrch MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http flexorch-mcp https://api.flexorch.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add flexorch-mcp -e "FLEXORCH_API_KEY=<your FLEXORCH_API_KEY>" -- uvx flexorch-mcpReplace each placeholder with your own value before saving.
[mcp_servers.flexorch-mcp]
url = "https://api.flexorch.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.flexorch-mcp]
command = "uvx"
args = ["flexorch-mcp"]
[mcp_servers.flexorch-mcp.env]
FLEXORCH_API_KEY = "<your FLEXORCH_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.flexorch.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"flexorch-mcp": {
"command": "uvx",
"args": [
"flexorch-mcp"
],
"env": {
"FLEXORCH_API_KEY": "<your FLEXORCH_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flexorch-mcp": {
"url": "https://api.flexorch.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"flexorch-mcp": {
"command": "uvx",
"args": [
"flexorch-mcp"
],
"env": {
"FLEXORCH_API_KEY": "<your FLEXORCH_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"flexorch-mcp": {
"type": "http",
"url": "https://api.flexorch.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"flexorch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"flexorch-mcp"
],
"env": {
"FLEXORCH_API_KEY": "<your FLEXORCH_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flexorch-mcp": {
"serverUrl": "https://api.flexorch.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"flexorch-mcp": {
"command": "uvx",
"args": [
"flexorch-mcp"
],
"env": {
"FLEXORCH_API_KEY": "<your FLEXORCH_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flexorch-mcp": {
"url": "https://api.flexorch.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"flexorch-mcp": {
"command": "uvx",
"args": [
"flexorch-mcp"
],
"env": {
"FLEXORCH_API_KEY": "<your FLEXORCH_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dev-flexorch%2Fflexorch-mcp)<a href="https://mcptoplist.com/server/io.github.dev-flexorch%2Fflexorch-mcp"><img src="https://mcptoplist.com/badge/io.github.dev-flexorch%2Fflexorch-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
flexorch
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 25, 2026 |
Frequently asked questions
- Who maintains FlexOrch MCP Server?
- FlexOrch MCP Server is maintained by flexorch, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is FlexOrch MCP Server listed on the Official MCP Registry?
- Yes — FlexOrch MCP Server is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does FlexOrch MCP Server have?
- MCP Toplist tracks 1 version of FlexOrch MCP Server, most recently published on Jun 25, 2026.
- Where can I find the source code for FlexOrch MCP Server?
- The source code for FlexOrch MCP Server is hosted at github.com/flexorch/flexorch-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.