Tana
JSON →Connects to Tana's Input API to create and manipulate data in Tana workspaces.
Install
npx -y tana-mcp Tools · 12
- create_plain_node Create simple text nodes with optional supertags
- create_formatted_node Create nodes with rich formatting and inline references
- create_reference_node Create references to existing nodes
- create_date_node Create date nodes (supports various ISO 8601 formats)
- create_url_node Create URL/link nodes
- create_checkbox_node Create checkbox/task nodes
- create_file_node Create file attachment nodes (base64 encoded)
- create_node_structure Create complex nested node hierarchies
- create_supertag Define new supertags in your schema
- create_field Define new fields in your schema
- add_field_value Add field values to existing nodes
- set_node_name Rename existing nodes (plain nodes only)
Environment variables
TANA_API_TOKEN
Links
★ 41 GitHub stars