A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
What is it?
hyper-mcp makes it easy to add AI capabilities to your applications. It works with Claude Desktop, Cursor IDE, and other MCP-compatible apps. Write plugins in your favorite language, distribute them through container registries, and run them anywhere - from cloud to edge.
Features
Write plugins in any language that compiles to WebAssembly
Distribute plugins via standard OCI registries (like Docker Hub)
hackernews: This plugin connects to the Hacker News API to fetch the current top stories and display them with their titles, scores, authors, and URLs.
release-monitor-id: This plugin retrieves project ID from release-monitoring.org, which helps track versions of released software.
yahoo-finance: This plugin connects to the Yahoo Finance API to provide stock prices (OHLCV) based on a company name or ticker symbol.
Creating Plugins
Check out our example plugins to learn how to build your own.
A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
What is it?
hyper-mcp makes it easy to add AI capabilities to your applications. It works with Claude Desktop, Cursor IDE, and other MCP-compatible apps. Write plugins in your favorite language, distribute them through container registries, and run them anywhere - from cloud to edge.
Features
Write plugins in any language that compiles to WebAssembly
Distribute plugins via standard OCI registries (like Docker Hub)
hackernews: This plugin connects to the Hacker News API to fetch the current top stories and display them with their titles, scores, authors, and URLs.
release-monitor-id: This plugin retrieves project ID from release-monitoring.org, which helps track versions of released software.
yahoo-finance: This plugin connects to the Yahoo Finance API to provide stock prices (OHLCV) based on a company name or ticker symbol.
Creating Plugins
Check out our example plugins to learn how to build your own.