MCP ExplorerExplorer

Stellar Mcp Server

@kalepailon a year ago
2 MIT
FreeCommunity
AI Systems
Remote MCP server running on Cloudflare, supporting OAuth login.

Overview

What is Stellar Mcp Server

The stellar-mcp-server is a remote MCP server hosted on Cloudflare Workers, designed to facilitate OAuth login and provide an accessible API for various applications.

Use cases

Use cases include developing and testing APIs, connecting AI applications like Claude to remote servers, and providing a platform for exploring and utilizing model context protocols.

How to use

To use the stellar-mcp-server, clone the repository, install dependencies, and run the server locally. You can then connect to the MCP Inspector to explore the API and integrate it with applications like Claude Desktop.

Key features

Key features include OAuth login support, easy local development setup, compatibility with MCP Inspector for API exploration, and integration capabilities with applications like Claude.

Where to use

The stellar-mcp-server can be used in cloud-based applications, API development, and any environment requiring a remote MCP server for model context protocols.

Content

Building a Remote MCP Server on Cloudflare (Without Auth)

This example allows you to deploy a remote MCP server that doesn’t require authentication on Cloudflare Workers.

Get started:

Deploy to Workers

This will deploy your MCP server to a URL like: remote-mcp-server-authless.<your-account>.workers.dev/sse

Alternatively, you can use the command line below to get the remote MCP Server created on your local machine:

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

Customizing your MCP Server

To add your own tools to the MCP server, define each tool inside the init() method of src/index.ts using this.server.tool(...).

Connect to Cloudflare AI Playground

You can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:

  1. Go to https://playground.ai.cloudflare.com/
  2. Enter your deployed MCP server URL (remote-mcp-server-authless.<your-account>.workers.dev/sse)
  3. You can now use your MCP tools directly from the playground!

Connect Claude Desktop to your MCP server

You can also connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.

To connect to your MCP server from Claude Desktop, follow Anthropic’s Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.

Update with this configuration:

Restart Claude and you should see the tools become available.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers