N

Nostr

Integrates with Nostr to enable posting notes and interacting with relays, simplifying decentralized social network engagement and content publishing.

Nostr·No reviews yet
Repo
Share:

About

Integrates with Nostr to enable posting notes and interacting with relays, simplifying decentralized social network engagement and content publishing.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Nostr.

What is the purpose of the Nostr MCP?
The Nostr MCP integrates with the Nostr protocol, allowing users to post notes and interact with relays. It simplifies engagement with decentralized social networks and streamlines content publishing on Nostr.
How can I configure the Nostr MCP in Cline?
To configure the Nostr MCP in Cline, you would typically add its repository URL (https://github.com/abdelstark/nostr-mcp) to Cline's MCP settings. Specific steps depend on Cline's current UI for adding external MCPs.
Does the Nostr MCP require an API key or other credentials?
Based on the provided information, the Nostr MCP does not require an API key or other traditional credentials for authentication, as its authentication type is listed as 'none'.
What are the primary capabilities of the Nostr MCP?
The Nostr MCP enables posting notes to the Nostr network and interacting with Nostr relays. These capabilities facilitate decentralized social networking and content distribution.
Are there any known limitations when using the Nostr MCP?
One limitation could be its reliance on the stdio transport, which might imply certain operational constraints or performance characteristics compared to other transport types. Its functionality is also limited to the stated capabilities.

Install Nostr

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "nostr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nostr"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "nostr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nostr"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "nostr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nostr"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.