Enables AI agents to access user and message data through MCP resources, providing REST API integration for user management with paginated lists and thread tracking.
A simple Nuxt application that serves as a Model Context Protocol server deployable on Vercel, allowing developers to implement AI tools, prompts, and resources through the MCP TypeScript SDK.
A server that enables Model Context Protocol (MCP) functionality on Cloudflare Workers with OAuth login, allowing applications like Claude Desktop to access custom tools through a standardized interface.
A Model Context Protocol server that enhances LLM capabilities by connecting to Wikipedia, internet search (Tavily), and financial data (Yahoo Finance) tools, enabling contextual responses to user queries.
An MCP server that integrates Alibaba's DashScope platform, providing AI chat tools and resource access through both standard stdio and a web-based interface. It allows users to interact with DashScope large models within the Model Context Protocol ecosystem using TypeScript.
A Model Context Protocol server that runs on Cloudflare Workers with OAuth login, allowing clients like Claude Desktop to connect to it for tool-augmented AI interactions.
A deployable Model Context Protocol server that runs on Cloudflare Workers without requiring authentication, allowing users to create custom AI tools and connect them to clients like Claude Desktop and Cloudflare AI Playground.
A Node.js-based remote Model Context Protocol (MCP) server that runs on Azure Container Apps, allowing different AI models and tools to communicate with each other in a serverless environment.
A Model Context Protocol server that runs on Cloudflare Workers with OAuth login, allowing AI assistants like Claude to execute tools remotely through HTTP connections.
Enables the deployment of a remote Model Context Protocol server to Cloudflare Workers without authentication. It allows users to define custom tools that can be accessed via SSE by clients like Claude Desktop or the Cloudflare AI Playground.
A template for deploying remote Model Context Protocol servers on Cloudflare Workers without authentication using Server-Sent Events. It enables users to build and host custom tools accessible from clients like Claude Desktop and the Cloudflare AI Playground.
A template for deploying remote Model Context Protocol servers on Cloudflare Workers without authentication. It enables users to define custom tools and access them through an SSE endpoint from clients like Cloudflare AI Playground or Claude Desktop.
An MCP server using Google's Agent Development Kit with multiple specialized agents (search, data analysis, code generation) coordinated by an LLM-based router for intelligent request handling.
A template for deploying a remote Model Context Protocol server on Cloudflare Workers without authentication. It enables users to build custom tools accessible via SSE for integration with clients like Cloudflare AI Playground and Claude Desktop.
A template for deploying a remote Model Context Protocol server on Cloudflare Workers using Server-Sent Events without authentication. It enables developers to host custom tools that can be accessed by both the Cloudflare AI Playground and local MCP clients like Claude Desktop.