In some textbook, it is written that the method of moment estimator can be applied even in estimating median. However, I can't come up with the idea.
In many cases the median is estimated by $x_{n/2}$ or $(x_{(n-1)/2} + x_{(n+1)/2})$ depending on whether n is even or odd. I think unfortunately it is not method of moment estimator.
Does someone know the way to get the estimator? To simplify the discussion, it is ok to think cumulative distribution function is continuous and strictly increasing function.
This isn't exactly the method of moments, but you can think of the median as the $n/2$ order statistic. Then you can use convergence of sample quantiles by way of order statistics. In particular, for the $p$-th quantile with a sample size of $n$, a standard Delta method/CLT result is $$ \sqrt{n} \{X_{([np])}-F^{-1}(p) \} \rightarrow_d N\left( 0, \dfrac{p(1-p)}{[f(F^{-1}(p))]^2} \right). $$ Taking $p=1/2$, this says the $n/2$ order stat converges in distribution to the median.
Just googling around, for example: http://www.math.ntu.edu.tw/~hchen/teaching/LargeSample/notes/noteorder.pdf