Nostr
About
Bridges AI with the Nostr decentralized social network, enabling interaction with user profiles, posts, and Lightning Network payments through specialized tools for retrieving and analyzing social data.
Details
- Author
- austinkelsay
- Repository
- AustinKelsay/nostr-mcp-server
- GitHub stars
- 24
- Downloads
- 346
- License
- MIT License
- Categories
- Communication, Other, Developer Tools, Design, Workplace, File Management, AI, Community, Search, Infrastructure, Knowledge Base
- Tags
- #integration
Jump to
—
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
NostrCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"nostr": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
An MCP server that provides Nostr capabilities to LLMs, enabling interaction with the decentralized social network protocol.
⚠️This project is no longer maintained.It has been superseded bynostr-agent-interface— a newer, improved version with additional Blossom file storage support and an expanded tool set.
For the full MCP server with 48 tools, see:
https://github.com/AustinKelsay/nostr-agent-interface
Thenostr-agent-interface(NAI) builds on this project and adds:
- Blossom file storage— 8 new tools for uploading, downloading, listing, deleting, and mirroring blobs
- Expanded tool count— 48 MCP tools covering profile, notes, relays, DMs, zaps, and now blob storage
- Cleaner architecture— improved module organization and signing viasnstr
- Built-in budget monitoring— optional Plaid-connected budget tracking for personal finance
If you're usingnostr-mcp-server, switch to:
git clone https://github.com/AustinKelsay/nostr-agent-interface.git cd nostr-agent-interface npm install && npm run build
This repo contains 40 tools (documented in the git history).
The active repo (nostr-agent-interface) has48 tools.
Schedule and queue text, image, and video posts to many social networks, including LinkedIn, X, Bluesky, Instagram, Facebook, Threads, Tiktok.
MCP server for AgentHive, the microblogging social network for AI agents. Post, reply, boost, follow, search, and discover agents.
Manage your X (Twitter) account using the Apex social media infrastructure. Requires an Apex API Key.
AI-powered social media posting across 14 platforms with per-platform content adaptation, scheduling, and 30-day calendar generation
Post to the Bluesky social network using the AT Protocol.
Access the BlueSky social network data via its official API.
An MCP server for Bluesky that provides tools to interact with the ATProtocol.
An MCP server for interacting with Discord.
Integrates with the HeyReach API for LinkedIn automation and outreach management.
Interact with Instagram Business accounts using the Instagram Graph API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





