Getting Started with MCP Servers
Create an MCP (Model Context Protocol) server projection with transports, capabilities and authentication. Document tools, resources and prompts with typed schemas.
MCP (Model Context Protocol) servers in NeoArc Studio are authored as API projections with apiType: 'mcp'. A single projection captures server-level capabilities, transport bindings (stdio for local agents, streamable HTTP for hosted servers), authentication and the three primitive types the protocol exposes: tools, resources and prompts.
Create an MCP projection
Manifest import and export
The projection editor supports bidirectional conversion to MCP manifest JSON (the format consumed by agents and IDEs) and Claude Desktop configuration. Export publishes your server definition for distribution; import lets you onboard an existing MCP server definition into a NeoArc projection so you can evolve it using the same tooling as your other APIs.