npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

proposal-mart-mcp

v0.2.0

Published

MCP server for Proposal Mart - Commit your AI conversations as proposals

Downloads

20

Readme

proposal-mart-mcp

Proposal Mart MCP 서버 - Claude Desktop에서 AI 대화를 프로포잘로 커밋

설치

npm install -g proposal-mart-mcp
# 또는
npx proposal-mart-mcp

설정

1. Proposal Mart에서 API 토큰 발급

  1. Proposal Mart 로그인
  2. 프로필 → API 토큰 탭
  3. "새 토큰 생성" 클릭
  4. 토큰 복사 (pat_xxx...)

2. Claude Desktop 설정

~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "proposal-mart": {
      "command": "npx",
      "args": ["proposal-mart-mcp"],
      "env": {
        "PROPOSAL_MART_TOKEN": "pat_your_token_here",
        "PROPOSAL_MART_URL": "https://proposal-mart.vercel.app"
      }
    }
  }
}

3. Claude Desktop 재시작

사용법

Claude Desktop에서:

대화 커밋하기

이 대화를 Proposal Mart에 커밋해줘.
제목은 "React 컴포넌트 최적화 가이드"로 해줘.

크레딧 확인

내 Proposal Mart 크레딧 잔액 확인해줘.

내 프로포잘 목록

내가 등록한 프로포잘 목록 보여줘.

도구 (Tools)

| 도구 | 설명 | |------|------| | commit_proposal | 대화를 프로포잘로 등록 | | get_credits | 크레딧 잔액 확인 | | list_my_proposals | 내 프로포잘 목록 조회 |

환경 변수

| 변수 | 필수 | 설명 | |------|------|------| | PROPOSAL_MART_TOKEN | ✅ | API 토큰 | | PROPOSAL_MART_URL | ❌ | API URL (기본: https://proposal-mart.vercel.app) |

개발

# 의존성 설치
npm install

# 빌드
npm run build

# 감시 모드
npm run dev

라이선스

MIT