L
Lightning Nostr
Integrates with Nostr to enable posting notes and interacting with relays, simplifying decentralized social network engagement and content publishing.
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 Lightning Nostr.
- What is the primary function of the Lightning Nostr MCP?
- The Lightning Nostr MCP integrates with the Nostr protocol to facilitate posting notes and interacting with relays. It simplifies decentralized social network engagement and content publishing within the Nostr ecosystem.
- How can I install the Lightning Nostr MCP?
- Installation methods depend on the specific MCP client you are using (e.g., Claude Desktop, Cursor, or Cline). Refer to your client's documentation for instructions on adding an MCP from a GitHub repository, typically by providing the repository URL.
- Does the Lightning Nostr MCP require API keys or other credentials?
- No, the Lightning Nostr MCP specifies 'none' as its authentication type. This means it does not require an API key, OAuth, or other external credentials for its core functionality.
- What are the key capabilities exposed by the Lightning Nostr MCP?
- The MCP's description indicates capabilities for posting notes and interacting with Nostr relays. Specific tools exposed would be detailed in its implementation, which are not listed in this MCP entry.
- What is a realistic limitation when using the Lightning Nostr MCP?
- A realistic limitation is that this MCP relies entirely on the Nostr protocol. Its functionality is thus dependent on the availability and responsiveness of the Nostr relays it connects to, and the specific features supported by the connected relays.
- Is there a cost associated with using the Lightning Nostr MCP?
- The Lightning Nostr MCP itself is open-source and available on GitHub, implying no direct cost for the MCP software. However, any costs associated with the underlying Nostr relays or the client used to access the MCP would be separate and depend on their respective providers.
Install Lightning Nostr
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"lightning-nostr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lightning-nostr"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"lightning-nostr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lightning-nostr"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"lightning-nostr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lightning-nostr"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.