Osmosis Agent Toolkit
About
Provides a bridge to the Osmosis blockchain protocol for executing decentralized finance operations like token swaps, balance queries, and account management
Details
- Author
- jonator
- GitHub stars
- 9
- Downloads
- 276
- Categories
- AI, Developer Tools, Other, Finance, Design, Search, Frontend
- Tags
- #integration
Jump to
- Core package with registry data, query clients, and sign-and-broadcast logic
- MCP server implementation for seamless AI-assistant integration
- Vercel AI SDK package for use with AI SDK-based projects
- Supports Claude Desktop and Cursor via standard MCP configuration
- All interaction through a single environment variable (OSMOSIS_MNEMONIC)
- Packages published on npm for easy installation with npx or bun
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Osmosis Agent ToolkitCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
To run the Osmosis MCP server using npx, use the following command:
npx -y @osmosis-agent-toolkit/mcp --mnemonic='$MNEMONIC'
npx -y @osmosis-agent-toolkit/mcp
Add the following to your claude_desktop_config.json or .cursor/mcp.json. See here for more details.
{
"mcpServers": {
"Osmosis": {
"command": "npx",
"args": [
"-y",
"@osmosis-agent-toolkit/mcp"
],
"env": {
"OSMOSIS_MNEMONIC": "<your mnemonic here>"
}
}
}
}
npx @modelcontextprotocol/inspector bun dist/index.js
```
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"osmosis agent toolkit": {
"osmosis-agent-toolkit": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}
}
McpServers
{
"osmosis-agent-toolkit": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
An MCP server for the Osmosis Agent Toolkit, enabling interactions with the Osmosis blockchain.
This repository contains a collection of packages that are used to build the Osmosis Agent Toolkit. Large Language Models (LLMs) can use these tools to interact with the Osmosis protocol.
The core package contains the core functionality that is used by the other packages. This is where registry data, query clients, and sign and broadcast logic is defined.
An implementation of Vercel'sAI SDKfor the Osmosis Agent Toolkit.
Model Context Protocol (MCP) server implementation of the Osmosis Agent Toolkit.
Add the following to yourclaude_desktop_config.jsonor.cursor/mcp.json. Seeherefor more details.
{ "mcpServers": { "Osmosis": { "command": "npx", "args": [ "-y", "@osmosis-agent-toolkit/mcp" ], "env": { "OSMOSIS_MNEMONIC": "<your mnemonic here>" } } } }
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Provides tools for interacting with the EDUCHAIN blockchain, including wallet, swap, and arbitrage operations on SailFish DEX.
An MCP server for the XRP Ledger blockchain, offering tools for wallet operations, token management, NFTs, and DEX trading.
Prediction market trading server for GuessMarket. Browse markets, buy/sell shares, add/remove liquidity, check portfolios, and build on-chain transactions. 20+ tools.
First native Solana staking MCP server. 26 tools for complete staking workflows — stake, unstake, withdraw, verify, simulate, and more. Zero custody design, ~6% APY.
A server for interacting with the Futarchy protocol on the Solana blockchain.
About MCP server for TRON blockchain — connect AI agents to TRX, TRC20, smart contracts, staking & governance via GoTRON SDK
Provides onchain tools for AI applications to interact with the Hashkey Network.
Integrates with the Hyperlane protocol for cross-chain messaging and smart contract interactions.
Interact with the Hyperliquid decentralized exchange by integrating its SDK.
Connects to Heurist Mesh APIs to provide access to various blockchain and web3 tools.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





