Skip to Content
AgentStudio SDK v0.0.1 is released 🎉

MCP Server

Currently the AgentStudio MCP server is offered as a runnable npm package which can be started locally. A remote MCP server will be available soon.

Installation

npx -y@agentstudio/mcp-server [API_KEY]

API key can be provided either as an argument or as an environment variable AGENT_API_KEY.

Testing with the MCP Inspector

The @modelcontextprotocol/inspector package is a visual testing tool for MCP servers.

You can run it locally by running the following command:

npx -y @modelcontextprotocol/inspector

Then you can enter the the start command for the AgentStudio MCP server as follows:

MCP Inspector Configuration

The API Key can be provided either as an argument or as an environment variable AGENT_API_KEY.

Once you have connected to the MCP server, you should see the “Resources” and “Tools” sections activated, where you can list the available resources and tools, and perform resource read or tool call operations.

MCP Inspector Resources
Last updated on