drio
Open app

Osmosis Agent Toolkit

Source

Osmosis protocol tools for LLMs

Catalog onlyCatalog onlySTDIO

Overview

The Osmosis Agent Toolkit is a collection of packages designed to enable Large Language Models (LLMs) to interact with the Osmosis protocol effectively.

To use the toolkit, integrate the core package and configure it with your desired settings in your application. For example, you can add the MCP server configuration to your claude_desktop_config.json or .cursor/mcp.json file.

  • Core functionality for registry data, query clients, and transaction logic. - Integration with Vercel's AI SDK for enhanced capabilities. - Model Context Protocol (MCP) server implementation for seamless communication.
  1. Building applications that require interaction with the Osmosis protocol.
  2. Enhancing LLM capabilities with protocol-specific tools.
  3. Developing AI-driven applications that utilize the Model Context Protocol.

Add to your AI client

Use these steps to connect Osmosis Agent Toolkit in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "osmosis-agent-toolkit-jonator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-osmosis-agent-toolkit-jonator"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "osmosis-agent-toolkit-jonator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-osmosis-agent-toolkit-jonator"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "osmosis-agent-toolkit-jonator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-osmosis-agent-toolkit-jonator"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "osmosis-agent-toolkit-jonator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-osmosis-agent-toolkit-jonator"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "osmosis-agent-toolkit-jonator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-osmosis-agent-toolkit-jonator"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "osmosis-agent-toolkit-jonator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-osmosis-agent-toolkit-jonator"
      ]
    }
  }
}

FAQ

What programming language is used in the toolkit?

The toolkit is primarily developed in TypeScript.

Is there a license for using the Osmosis Agent Toolkit?

Yes, it is available under the MIT license.

How can I contribute to the project?

Contributions are welcome! You can fork the repository and submit a pull request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2638,"uuid":"824e1d10-57b0-4ed7-a914-95a64cb95cf4","name":"osmosis-agent-toolkit","title":"Osmosis Agent Toolkit","description":"Osmosis protocol tools for LLMs","avatar_url":"https://avatars.githubusercontent.com/u/4606373?v=4","created_at":"2025-03-13T09:19:22.875Z","updated_at":"2025-03-13T09:40:08.871Z","status":"created","author_name":"jonator","author_avatar_url":"https://avatars.githubusercontent.com/u/4606373?v=4","tags":"mcp,osmosis,llm,mcp-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/jonator/osmosis-agent-toolkit","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"9\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-24 20:03:32\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]